UNPKG

@dmgt/google-ad-manager-api

Version:
10 lines (9 loc) 305 B
import { ProposalAction } from './ProposalAction'; import { FilterStatement } from './FilterStatement'; /** performProposalAction */ export interface PerformProposalAction { /** proposalAction */ proposalAction?: ProposalAction; /** filterStatement */ filterStatement?: FilterStatement; }