UNPKG

camstreamerlib

Version:

Helper library for CamStreamer ACAP applications.

6 lines (5 loc) 204 B
import { z } from 'zod'; import { serviceNames, sharingSchema } from './serviceCommonTypes'; export const screenSharingSchema = sharingSchema.extend({ name: z.literal(serviceNames.screenSharing), });