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

    Interface $ZodIssueUnrecognizedKeys

    interface $ZodIssueUnrecognizedKeys {
        code: "unrecognized_keys";
        input: Record<string, unknown>;
        keys: string[];
        message: string;
        path: PropertyKey[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "unrecognized_keys"
    input: Record<string, unknown>
    keys: string[]
    message: string
    path: PropertyKey[]