UNPKG

@dmgt/google-ad-manager-api

Version:
13 lines 313 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Condition = void 0; class Condition { value; format; constructor(value, format) { this.value = value; this.format = format; } } exports.Condition = Condition; //# sourceMappingURL=condition.js.map