UNPKG

camstreamerlib

Version:

Helper library for CamStreamer ACAP applications.

6 lines (5 loc) 189 B
import z from 'zod'; import { streamCommonSchema } from './streamCommonTypes'; export const microsoftStreamSchema = streamCommonSchema.extend({ type: z.literal('microsoft_stream'), });