UNPKG

@dmgt/google-ad-manager-api

Version:
15 lines 577 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TargetPlatform = exports.TargetWindow = void 0; var TargetWindow; (function (TargetWindow) { TargetWindow["TOP"] = "TOP"; TargetWindow["BLANK"] = "BLANK"; })(TargetWindow || (exports.TargetWindow = TargetWindow = {})); var TargetPlatform; (function (TargetPlatform) { TargetPlatform["WEB"] = "WEB"; TargetPlatform["MOBILE"] = "MOBILE"; TargetPlatform["ANY"] = "ANY"; })(TargetPlatform || (exports.TargetPlatform = TargetPlatform = {})); //# sourceMappingURL=Results.js.map