@traversable/schema
    Preparing search index...

    Interface Variant<S, K>

    interface Variant<S = unknown, K extends string = string> {
        key: K;
        options: readonly V.Object<S>[];
        type: "variant";
    }

    Type Parameters

    • S = unknown
    • K extends string = string
    Index

    Properties

    Properties

    key: K
    options: readonly V.Object<S>[]
    type: "variant"