UNPKG

@dmgt/google-ad-manager-api

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