UNPKG

@dmgt/google-ad-manager-api

Version:
10 lines 843 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createClientAsync = exports.ThirdPartyDataDeclarationDeclarationType = exports.CreativesPolicyLabels = void 0; var Creatives_1 = require("./definitions/Creatives"); Object.defineProperty(exports, "CreativesPolicyLabels", { enumerable: true, get: function () { return Creatives_1.PolicyLabels; } }); var ThirdPartyDataDeclaration_1 = require("./definitions/ThirdPartyDataDeclaration"); Object.defineProperty(exports, "ThirdPartyDataDeclarationDeclarationType", { enumerable: true, get: function () { return ThirdPartyDataDeclaration_1.DeclarationType; } }); var client_1 = require("./client"); Object.defineProperty(exports, "createClientAsync", { enumerable: true, get: function () { return client_1.createClientAsync; } }); //# sourceMappingURL=index.js.map