export interface ProjectVideoThumbnailSheetResponseModel { startThumbnailIndex: number; thumbnailCount: number; signedCloudUrl: string; }