Skip to content

Commit b956a0f

Browse files
Merge pull request #29 from ben-montra/main-1
Update VideoUploadResponse type to include mp4
2 parents 639ccae + b1b839b commit b956a0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/abstract-uploader.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export declare type VideoUploadResponse = {
2828
readonly player?: string;
2929
readonly hls?: string;
3030
readonly thumbnail?: string;
31+
readonly mp4?: string;
3132
};
3233
};
3334

0 commit comments

Comments
 (0)