Files
story-studio/remotion/node_modules/@remotion/studio/dist/api/get-zod-schema-from-primitive.d.ts
2026-02-21 10:33:18 +01:00

3 lines
197 B
TypeScript

import type { ZodType } from '../components/get-zod-if-possible';
export declare const getZodSchemaFromPrimitive: (value: unknown, z: ZodType) => import("zod").ZodString | import("zod").ZodNumber;