@dmgt/google-ad-manager-api
Version:
Typed Google Ad Manager API
10 lines • 410 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AdSpotFillType = void 0;
var AdSpotFillType;
(function (AdSpotFillType) {
AdSpotFillType["REQUIRED"] = "REQUIRED";
AdSpotFillType["OPTIONAL"] = "OPTIONAL";
AdSpotFillType["UNKNOWN"] = "UNKNOWN";
})(AdSpotFillType || (exports.AdSpotFillType = AdSpotFillType = {}));
//# sourceMappingURL=BreakTemplateMembers.js.map