Interface: FormatZodIssuesOptions
Defined in: shared/utils/zodIssueFormatting.ts:37
Options for formatZodIssues.
Propertiesโ
includePath?โ
optionalincludePath?:boolean
Defined in: shared/utils/zodIssueFormatting.ts:44
When true, prefix each message with a rendered path (e.g. foo.bar: ...).
Default Valueโ
true;
pathSeparator?โ
optionalpathSeparator?:string
Defined in: shared/utils/zodIssueFormatting.ts:51
Separator used when rendering the path.
Default Valueโ
".";