UNPKG

dfp-lib

Version:

This project hosts the Node.JS client library for the SOAP-based DFP API at Google.

10 lines (9 loc) 326 B
"use strict"; const proposalAction_1 = require("./proposalAction"); class BypassProposalWorkflowRules extends proposalAction_1.ProposalAction { constructor() { super(); } } BypassProposalWorkflowRules.XSI_TYPE = "BypassProposalWorkflowRules"; exports.BypassProposalWorkflowRules = BypassProposalWorkflowRules;