matrix-js-sdk
    Preparing search index...

    Interface IKeysUploadResponse

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

    Properties

    one_time_key_counts: { [algorithm: string]: number }