@guardian/google-admanager-api
Version:
Google Ad Manager API Client Library for NodeJs
12 lines • 392 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AppliedLabelStruct = void 0;
const superstruct_1 = require("superstruct");
/**
* Represents an AppliedLabel struct.
*/
exports.AppliedLabelStruct = (0, superstruct_1.object)({
labelId: (0, superstruct_1.number)(),
isNegated: (0, superstruct_1.boolean)(),
});
//# sourceMappingURL=label.type.js.map