UNPKG

baldrick-broth

Version:
7 lines (6 loc) 180 B
import { type z } from 'zod'; export type ValidationError = { message: string; path: string; }; export declare const formatMessage: (issue: z.ZodIssue) => ValidationError;