UNPKG

zod-v4-mocks

Version:
7 lines (6 loc) 196 B
import { z } from 'zod/v4'; import type { GeneraterOptions } from './type'; /** * @package */ export declare function generateMocks(schema: z.core.$ZodType, options: GeneraterOptions): unknown;