UNPKG

camstreamerlib

Version:

Helper library for CamStreamer ACAP applications.

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