diff --git a/src/types/branding.model.ts b/src/types/branding.model.ts index fd656e8..a3e04f7 100644 --- a/src/types/branding.model.ts +++ b/src/types/branding.model.ts @@ -87,6 +87,7 @@ export interface BrandingSubmission { service: Service; autoLock: boolean | undefined; downvote: boolean | undefined; + videoDuration: number | undefined; } export interface BrandingSegmentDBResult {