interface RoomSnapshot {
    id: string;
    public: boolean;
    type: "custom";
}

Properties

Properties

id: string
public: boolean
type