export interface MarketingInformation { status?: string; logos?: string[]; showreel?: string; sampleVideos?: string[]; }