node-ovsdb
    Preparing search index...

    Type Alias BaseType

    BaseType:
        | AtomicType
        | {
            enum?: JsonValue;
            maxInteger?: number;
            maxLength?: number;
            maxReal?: number;
            minInteger?: number;
            minLength?: number;
            minReal?: number;
            refTable?: string;
            refType?: "strong"
            | "weak";
            type: AtomicType;
        }

    OVSDB base type metadata.