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