fix: close summary sheet

This commit is contained in:
Christel Westerberg
2024-11-26 14:37:20 +01:00
committed by Simon Emanuelsson
parent ccb15593ea
commit 439bc13e65
9 changed files with 197 additions and 264 deletions

View File

@@ -60,9 +60,4 @@ export type InitialState = Pick<DetailsState, "booking" | "packages"> &
breakfast?: false
}
export type PersistedState = Pick<
DetailsState,
"bedType" | "booking" | "breakfast" | "guest" | "totalPrice"
>
export type RoomRate = DetailsProviderProps["roomRate"]