export interface BusinessCreativeFields { creation_time: string; duration: number; hash: string; height: number; id: string; name: string; thumbnail: string; type: string; url: string; video_id: string; width: number; }