stores
    Preparing search index...
    interface Pair {
        key: Key;
        value: Uint8Array;
    }
    Index

    Properties

    Properties

    key: Key
    value: Uint8Array