UNPKG

@dmgt/google-ad-manager-api

Version:
8 lines (6 loc) 159 B
import { Proposals } from './Proposals' /** updateProposalsResponse */ export interface UpdateProposalsResponse { /** rval[] */ rval?: Array<Proposals> }