@traversable/schema
    Preparing search index...
    interface Enum<N = unknown> {
        enum: { [x: string]: N };
        options: readonly N[];
        type: "enum";
    }

    Type Parameters

    • N = unknown
    Index

    Properties

    Properties

    enum: { [x: string]: N }
    options: readonly N[]
    type: "enum"