@remotion/studio
Version:
APIs for interacting with the Remotion Studio
8 lines (7 loc) • 321 B
TypeScript
import type { ZodType, ZodTypesType } from '../../get-zod-if-possible';
export declare const extractEnumJsonPaths: ({ schema, zodRuntime, currentPath, zodTypes, }: {
schema: Zod.ZodTypeAny;
zodRuntime: ZodType;
zodTypes: ZodTypesType | null;
currentPath: (string | number)[];
}) => (string | number)[][];