@traversable/schema
    Preparing search index...
    interface PickList<
        T extends
            readonly (boolean | number | bigint | string)[] = readonly (
            boolean
            | number
            | bigint
            | string
        )[],
    > {
        options: T;
        type: "picklist";
    }

    Type Parameters

    • T extends readonly (boolean | number | bigint | string)[] = readonly (boolean | number | bigint | string)[]
    Index

    Properties

    Properties

    options: T
    type: "picklist"