Membrane React - v0.6.0
    Preparing search index...

    Interface $ZodUnion<T>

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

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Properties