@dmgt/google-ad-manager-api
Version:
Typed Google Ad Manager API
10 lines (9 loc) • 354 B
TypeScript
import { CreativeWrapperAction } from './CreativeWrapperAction';
import { FilterStatement } from './FilterStatement';
/** performCreativeWrapperAction */
export interface PerformCreativeWrapperAction {
/** creativeWrapperAction */
creativeWrapperAction?: CreativeWrapperAction;
/** filterStatement */
filterStatement?: FilterStatement;
}