import { EncryptionEventContent } from"../models/events/EncryptionEvent";
/**
* Information about a room for the purposes of crypto.
* @categoryEncryption
*/exportinterfaceICryptoRoomInformationextendsPartial<EncryptionEventContent> {
historyVisibility?: string;
}