Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 262 Bytes

room.md

File metadata and controls

17 lines (13 loc) · 262 Bytes
description
This is still a very early definition of a Room, with only what we need for the current event system state.

IRoom

Interface Definition

export interface IRoom {
	_id: string;
	federation: IFederationInfo;
}