fix: breakout selector for enter details in summary

This commit is contained in:
Christel Westerberg
2024-11-12 10:09:59 +01:00
parent 32d12bae58
commit 060f6b6a82
2 changed files with 19 additions and 15 deletions

View File

@@ -28,7 +28,7 @@ type TotalPrice = {
euro: { price: number; currency: string }
}
interface EnterDetailsState {
export interface EnterDetailsState {
userData: {
bedType: BedTypeSchema | undefined
breakfast: BreakfastPackage | BreakfastPackageEnum.NO_BREAKFAST | undefined