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

    Interface $ZodIssueInvalidUnion

    interface $ZodIssueInvalidUnion {
        code: "invalid_union";
        errors: $ZodIssue[][];
        input: unknown;
        message: string;
        path: PropertyKey[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "invalid_union"
    errors: $ZodIssue[][]
    input: unknown
    message: string
    path: PropertyKey[]