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

    Interface $ZodUnion<T>

    interface $ZodUnion<T extends readonly SomeType[] = readonly $ZodType[]> {
        _zod: $ZodUnionInternals<T>;
        "~standard": $ZodStandardSchema<$ZodUnion<T>>;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Properties