Fixups #57

Merged
Quaternions merged 2 commits from web-fixup into staging 2025-04-01 20:34:17 +00:00
Showing only changes of commit b0f1e42a06 - Show all commits

@ -23,7 +23,7 @@ interface SubmissionInfo {
readonly ValidatedAssetID: number,
readonly ValidatedAssetVersion: number,
readonly Completed: boolean,
readonly TargetAssetID: number,
readonly UploadedAssetID: number,
readonly StatusID: SubmissionStatus
readonly StatusMessage: string,
}