Type alias ZodErrorMap

ZodErrorMap: ((issue, _ctx) => {
    message: string;
})

Type declaration

Generated using TypeDoc