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

    Interface $ZodIssueCustom

    interface $ZodIssueCustom {
        code: "custom";
        input: unknown;
        message: string;
        params?: Record<string, any>;
        path: PropertyKey[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "custom"
    input: unknown
    message: string
    params?: Record<string, any>
    path: PropertyKey[]