feat(SW-644): rename prop name

This commit is contained in:
Fredrik Thorsson
2024-12-04 15:54:46 +01:00
parent 50611d1be2
commit 5453cddd3a
3 changed files with 6 additions and 6 deletions

View File

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