UNPKG

@strapi/utils

Version:

Shared utilities for the Strapi packages

3 lines 163 B
import { z } from 'zod'; export declare const validateZod: <T extends z.ZodTypeAny>(schema: T) => (data: unknown) => z.TypeOf<T>; //# sourceMappingURL=zod.d.ts.map