UNPKG

camstreamerlib

Version:

Helper library for CamStreamer ACAP applications.

11 lines (10 loc) 454 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.imagesSchema = void 0; const constants_1 = require("./constants"); const widgetCommonSchema_1 = require("./widgetCommonSchema"); const zod_1 = require("zod"); exports.imagesSchema = widgetCommonSchema_1.widgetCommonSchema.extend({ name: zod_1.z.literal(constants_1.allowedWidgetNames.images), overlayList: zod_1.z.array(widgetCommonSchema_1.overlaySchema), });