Types of property 'room' are incompatible. Type 'Room | null' is not assignable to type 'Option<Room>'. Type 'null' is not assignable to type 'Option<Room>'
Types of property 'room' are incompatible. Type 'Room | null' is not assignable to type 'Option<Room>'. Type 'null' is not assignable to type 'Option<Room>'