We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee9ed6a commit a181d52Copy full SHA for a181d52
src/types/branding.model.ts
@@ -87,6 +87,7 @@ export interface BrandingSubmission {
87
service: Service;
88
autoLock: boolean | undefined;
89
downvote: boolean | undefined;
90
+ videoDuration: number | undefined;
91
}
92
93
export interface BrandingSegmentDBResult {
0 commit comments