@dmgt/google-ad-manager-api
Version:
Typed Google Ad Manager API
9 lines • 849 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.createClientAsync = exports.LineItemCreativeAssociationsStatus = exports.LineItemCreativeAssociationsStartDateTimeType = void 0;
var LineItemCreativeAssociations_1 = require("./definitions/LineItemCreativeAssociations");
Object.defineProperty(exports, "LineItemCreativeAssociationsStartDateTimeType", { enumerable: true, get: function () { return LineItemCreativeAssociations_1.StartDateTimeType; } });
Object.defineProperty(exports, "LineItemCreativeAssociationsStatus", { enumerable: true, get: function () { return LineItemCreativeAssociations_1.Status; } });
var client_1 = require("./client");
Object.defineProperty(exports, "createClientAsync", { enumerable: true, get: function () { return client_1.createClientAsync; } });
//# sourceMappingURL=index.js.map