Documentation
    Preparing search index...
    type KvListRangeQuery = {
        end: KvKey;
        exclusive: boolean;
        start: KvKey;
    }
    Index

    Properties

    Properties

    end: KvKey
    exclusive: boolean
    start: KvKey