Fix types

This commit is contained in:
Ajay 2024-06-12 12:01:40 +05:30
parent ee9ed6af1f
commit a181d52fb2

View file

@ -87,6 +87,7 @@ export interface BrandingSubmission {
service: Service;
autoLock: boolean | undefined;
downvote: boolean | undefined;
videoDuration: number | undefined;
}
export interface BrandingSegmentDBResult {