interface-forge - v2.5.0
    Preparing search index...

    Interface $ZodIssueBase

    interface $ZodIssueBase {
        code?: string;
        input?: unknown;
        message: string;
        path: PropertyKey[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    code?: string
    input?: unknown
    message: string
    path: PropertyKey[]