Merged in feat/SW-2888-facilities (pull request #2267)

Feat/SW-2888 facilities

* chore(SW-2944): change order of content

* chore(SW-2944): add openinghourstype from api


Approved-by: Erik Tiekstra
This commit is contained in:
Matilda Landström
2025-06-05 07:29:49 +00:00
parent f45782f423
commit 0383a332ad
3 changed files with 16 additions and 7 deletions

View File

@@ -108,3 +108,8 @@ export enum OutdoorPoolDetails {
export enum SaunaDetails {
SeparateMenAndWomen = "SeparateMenAndWomen",
}
export const OpeningHoursType = {
SetWeekDayAndWeekEndSchema: "SetWeekDayAndWeekEndSchema",
SetFreeText: "SetFreeText",
} as const