feat(SW-1012): remove duplicate icon
This commit is contained in:
@@ -9,7 +9,9 @@ export interface BookingConfirmationSchema
|
||||
export interface BookingConfirmation {
|
||||
booking: BookingConfirmationSchema
|
||||
hotel: Hotel & {
|
||||
included?: RoomData[]
|
||||
included?: {
|
||||
rooms: RoomData[]
|
||||
}
|
||||
}
|
||||
room:
|
||||
| (RoomData & {
|
||||
|
||||
Reference in New Issue
Block a user