@valon-technologies/gestalt
    Preparing search index...

    Interface KeyValue

    KeyValue represents a single IndexedDB key, which can be a scalar (string, number, date, binary) or a nested array of keys per the W3C spec.

    interface KeyValue {
        kind: KeyValueKind;
    }
    Index

    Properties

    Properties