Skip to content

Commit

Permalink
Result in Verification may be null
Browse files Browse the repository at this point in the history
  • Loading branch information
Warry authored Aug 14, 2024
1 parent 24c9260 commit 0eda5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export interface FileTranscoding {
export interface Verification {
progress: number;
error: null;
result: Result;
result: Result | null;
}

export interface Result {
Expand Down

0 comments on commit 0eda5b7

Please sign in to comment.