Interface: FormatZodIssuesOptions
Defined in: shared/utils/zodIssueFormatting.ts:35
Options for formatZodIssues.
Propertiesโ
includePath?โ
optionalincludePath:boolean
Defined in: shared/utils/zodIssueFormatting.ts:42
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:49
Separator used when rendering the path.
Default Valueโ
".";