Skip to content

Commit a181d52

Browse files
committed
Fix types
1 parent ee9ed6a commit a181d52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/branding.model.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ export interface BrandingSubmission {
8787
service: Service;
8888
autoLock: boolean | undefined;
8989
downvote: boolean | undefined;
90+
videoDuration: number | undefined;
9091
}
9192

9293
export interface BrandingSegmentDBResult {

0 commit comments

Comments
 (0)