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:
@@ -53,6 +53,7 @@ export const healthFacilitySchema = z.object({
|
||||
.boolean()
|
||||
.nullish()
|
||||
.transform((b) => !!b),
|
||||
openingHoursType: nullableStringValidator,
|
||||
}),
|
||||
type: nullableStringValidator,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user