UNPKG

@dmgt/google-ad-manager-api

Version:
7 lines (6 loc) 207 B
import { CreativeWrappers } from './CreativeWrappers'; /** createCreativeWrappers */ export interface CreateCreativeWrappers { /** creativeWrappers[] */ creativeWrappers?: Array<CreativeWrappers>; }