fix typings for getSubmissionUUID, update getStatus

This commit is contained in:
Michael C
2023-09-30 19:08:23 -04:00
parent d8b93dec00
commit 467443a03f
4 changed files with 79 additions and 51 deletions

View File

@@ -1,14 +1,14 @@
import { getHash } from "./getHash";
import { HashedValue } from "../types/hash.model";
import { ActionType, VideoID, Service, Category } from "../types/segments.model";
import { UserID } from "../types/user.model";
import { HashedUserID } from "../types/user.model";
export function getSubmissionUUID(
videoID: VideoID,
category: Category,
actionType: ActionType,
description: string,
userID: UserID,
userID: HashedUserID,
startTime: number,
endTime: number,
service: Service