UNPKG

camstreamerlib

Version:

Helper library for CamStreamer ACAP applications.

12 lines (11 loc) 465 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.gameChangerSchema = void 0; const zod_1 = __importDefault(require("zod")); const rtmpSchema_1 = require("./rtmpSchema"); exports.gameChangerSchema = rtmpSchema_1.commonRtmpSchema.extend({ type: zod_1.default.literal('game_changer'), });