import { Creatives } from './Creatives'; /** createCreatives */ export interface CreateCreatives { /** creatives[] */ creatives?: Array; }