export interface Room {
  id: number; // this is global id
  name: string;
}
