From a181d52fb2d9e04399510c3f5856ed0072acce09 Mon Sep 17 00:00:00 2001 From: Ajay Date: Wed, 12 Jun 2024 12:01:40 +0530 Subject: [PATCH] Fix types --- src/types/branding.model.ts | 1 + 1 file changed, 1 insertion(+) 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 {