interface RoomSnapshot {
    id: string;
    public: boolean;
    type: Type;
}

Properties

Properties

id: string
public: boolean
type: Type