UNPKG

camstreamerlib

Version:

Helper library for CamStreamer ACAP applications.

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