@traversable/schema
    Preparing search index...
    interface Union<S = unknown> {
        options: readonly S[];
        type: "union";
    }

    Type Parameters

    • S = unknown
    Index

    Properties

    Properties

    options: readonly S[]
    type: "union"