UNPKG

beeswax-node-client

Version:

TypeScript/JavaScript client library for the Beeswax DSP API

10 lines 421 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CreativeType = void 0; var CreativeType; (function (CreativeType) { CreativeType[CreativeType["DISPLAY"] = 0] = "DISPLAY"; CreativeType[CreativeType["VIDEO"] = 1] = "VIDEO"; CreativeType[CreativeType["NATIVE"] = 2] = "NATIVE"; })(CreativeType || (exports.CreativeType = CreativeType = {})); //# sourceMappingURL=index.js.map