Skip to content

Commit b1b839b

Browse files
authored
add mp4 asset to VideoUploadResponse type
1 parent 639ccae commit b1b839b

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)