morphit/node_modules/matrix-bot-sdk/lib/e2ee/ICryptoRoomInformation.d.ts

8 lines
279 B
TypeScript

import { EncryptionEventContent } from "../models/events/EncryptionEvent";
/**
* Information about a room for the purposes of crypto.
* @category Encryption
*/
export interface ICryptoRoomInformation extends Partial<EncryptionEventContent> {
historyVisibility?: string;
}