type ExtraCreative = {
    type: 'video' | 'image';
    url: string;
};
export default ExtraCreative;
