fix: make summary sticky
This commit is contained in:
@@ -5,7 +5,7 @@ interface Child {
|
||||
|
||||
interface Room {
|
||||
adults: number
|
||||
roomtypecode?: string
|
||||
roomtype?: string
|
||||
ratecode?: string
|
||||
child?: Child[]
|
||||
}
|
||||
@@ -18,7 +18,8 @@ export interface BookingData {
|
||||
|
||||
export type RoomsData = {
|
||||
roomType: string
|
||||
price: string
|
||||
localPrice: string
|
||||
euroPrice: string
|
||||
adults: number
|
||||
children?: Child[]
|
||||
cancellationText: string
|
||||
|
||||
@@ -7,8 +7,9 @@ export interface Child {
|
||||
|
||||
interface Room {
|
||||
adults: number
|
||||
roomtypecode?: string
|
||||
roomtype?: string
|
||||
ratecode?: string
|
||||
counterratecode?: string
|
||||
child?: Child[]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user