UNPKG

dfp-lib

Version:

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

10 lines (9 loc) 306 B
"use strict"; const premiumFeature_1 = require("./premiumFeature"); class PlacementPremiumFeature extends premiumFeature_1.PremiumFeature { constructor() { super(); } } PlacementPremiumFeature.XSI_TYPE = "PlacementPremiumFeature"; exports.PlacementPremiumFeature = PlacementPremiumFeature;