Type Alias IssueData

IssueData: stripPath<Zod.z.ZodIssueOptionalMessage> & {
    fatal?: boolean;
    path?: (string | number)[];
}