ZodIssueLike: {
    code: string;
    message: string;
    path: PropertyKey[];
    [key: string]: any;
}

Type declaration

  • [key: string]: any
  • Readonlycode: string
  • Readonlymessage: string
  • Readonlypath: PropertyKey[]