UNPKG

@dmgt/google-ad-manager-api

Version:
10 lines 950 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createClientAsync = exports.MobileApplicationsApprovalStatus = exports.MobileApplicationsPlatform = exports.MobileApplicationsAppStores = void 0; var MobileApplications_1 = require("./definitions/MobileApplications"); Object.defineProperty(exports, "MobileApplicationsAppStores", { enumerable: true, get: function () { return MobileApplications_1.AppStores; } }); Object.defineProperty(exports, "MobileApplicationsPlatform", { enumerable: true, get: function () { return MobileApplications_1.Platform; } }); Object.defineProperty(exports, "MobileApplicationsApprovalStatus", { enumerable: true, get: function () { return MobileApplications_1.ApprovalStatus; } }); var client_1 = require("./client"); Object.defineProperty(exports, "createClientAsync", { enumerable: true, get: function () { return client_1.createClientAsync; } }); //# sourceMappingURL=index.js.map