UNPKG

@dmgt/google-ad-manager-api

Version:
10 lines (9 loc) 270 B
import { FilterStatement } from './FilterStatement'; import { Options } from './Options'; /** pushCreativeToDevices */ export interface PushCreativeToDevices { /** filterStatement */ filterStatement?: FilterStatement; /** options */ options?: Options; }