Interface IKeysUploadResponse

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

Properties

one_time_key_counts: {
    [algorithm: string]: number;
}