Type alias Rooms

Rooms: {
    [id: string]: Room;
}

Type declaration