matrix-js-sdk
    Preparing search index...

    Interface IKeysUploadResponse

    interface IKeysUploadResponse {
        one_time_key_counts: { [algorithm: string]: number };
    }
    Index
    one_time_key_counts: { [algorithm: string]: number }