feat(SW-644): add boelan

This commit is contained in:
Fredrik Thorsson
2024-12-04 16:11:24 +01:00
parent 5453cddd3a
commit f40089daea
2 changed files with 5 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ export enum Periods {
export type ParkingAmenityProps = {
parking: Hotel["parking"]
parkingPageLink?: string
hasParkingPage?: boolean
}
export type ParkingListProps = {