UNPKG

@dmgt/google-ad-manager-api

Version:
7 lines (6 loc) 164 B
import { Creatives } from './Creatives'; /** createCreativesResponse */ export interface CreateCreativesResponse { /** rval[] */ rval?: Array<Creatives>; }