Interface KeyBackupRoomSessions

interface KeyBackupRoomSessions {
    [sessionId: string]: KeyBackupSession;
}

Indexable

[sessionId: string]: KeyBackupSession

Generated using TypeDoc