feat(SW-717) fixed issues after rebase

This commit is contained in:
Pontus Dreij
2025-01-29 08:31:49 +01:00
parent 7a9bfd447b
commit 7424ecf2bf
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ export interface Child {
}
export interface Room {
adults: number[]
adults: number
roomTypeCode: string
rateCode: string
counterRateCode: string