import { FilterStatement } from './FilterStatement';
import { Options } from './Options';
/** pushCreativeToDevices */
export interface PushCreativeToDevices {
    /** filterStatement */
    filterStatement?: FilterStatement;
    /** options */
    options?: Options;
}
