Merged develop into fix/SW-712-hotelFacts-removed-properties
This commit is contained in:
@@ -7,8 +7,8 @@ export interface Child {
|
||||
|
||||
interface Room {
|
||||
adults: number
|
||||
roomtype?: string
|
||||
ratecode?: string
|
||||
roomtype: string
|
||||
ratecode: string
|
||||
counterratecode?: string
|
||||
child?: Child[]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user