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

    Interface $ZodIssueInvalidElement<Input>

    interface $ZodIssueInvalidElement<Input = unknown> {
        code: "invalid_element";
        input: Input;
        issues: $ZodIssue[];
        key: unknown;
        message: string;
        origin: "map" | "set";
        path: PropertyKey[];
    }

    Type Parameters

    • Input = unknown

    Hierarchy (View Summary)

    Index

    Properties

    code: "invalid_element"
    input: Input
    issues: $ZodIssue[]
    key: unknown
    message: string
    origin: "map" | "set"
    path: PropertyKey[]