UNPKG

@guardian/google-admanager-api

Version:

Google Ad Manager API Client Library for NodeJs

18 lines 605 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ValueStruct = void 0; const superstruct_1 = require("superstruct"); const date_type_1 = require("./date.type"); /** * Represents a Value struct. */ exports.ValueStruct = (0, superstruct_1.union)([ (0, superstruct_1.string)(), (0, superstruct_1.number)(), (0, superstruct_1.object)(), (0, superstruct_1.boolean)(), date_type_1.DateTimeStruct, date_type_1.DateStruct, (0, superstruct_1.array)((0, superstruct_1.lazy)(() => exports.ValueStruct)), ]); //# sourceMappingURL=statement.type.js.map