UNPKG

@dmgt/google-ad-manager-api

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