Merged in feat/SW-1880-wellness-details (pull request #2016)
feat(SW-1880): add wellness details to sidepeek * feat(SW-1880): add wellness details Approved-by: Christian Andolf
This commit is contained in:
@@ -82,3 +82,29 @@ export const FacilityCardButtonText = {
|
||||
MEETINGS: "Read more",
|
||||
WELLNESS: "Read more",
|
||||
} as const
|
||||
|
||||
export enum ExternalGymDetails {
|
||||
NameOfExternalGym = "NameOfExternalGym",
|
||||
DistanceToExternalGym = "DistanceToExternalGym",
|
||||
ExternalGym = "ExternalGym",
|
||||
}
|
||||
|
||||
export enum IndoorPoolDetails {
|
||||
Length = "Length",
|
||||
Width = "Width",
|
||||
DepthTo = "DepthTo",
|
||||
DepthFrom = "DepthFrom",
|
||||
}
|
||||
|
||||
export enum OutdoorPoolDetails {
|
||||
Length = "Length",
|
||||
Width = "Width",
|
||||
DepthTo = "DepthTo",
|
||||
DepthFrom = "DepthFrom",
|
||||
OpenMonthFrom = "OpenMonthFrom",
|
||||
OpenMonthTo = "OpenMonthTo",
|
||||
}
|
||||
|
||||
export enum SaunaDetails {
|
||||
SeparateMenAndWomen = "SeparateMenAndWomen",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user