UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

4 lines (3 loc) 211 B
import type { ZodType } from 'zod'; import type { ZodType as ZodNamespace } from '../components/get-zod-if-possible'; export declare function getZodSchemaFromPrimitive(value: unknown, z: ZodNamespace): ZodType;