UNPKG

@dmgt/google-ad-manager-api

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