fix/add filter

This commit is contained in:
Fredrik Thorsson
2024-09-26 15:52:10 +02:00
parent af47e9eb18
commit 3a88b35a77

View File

@@ -152,10 +152,9 @@ const hotelContentSchema = z.object({
const detailedFacilitySchema = z.object({
id: z.number(),
name: z.string(),
code: z.string().optional(),
applyToAllHotels: z.boolean().default(false),
public: z.boolean(),
sortOrder: z.number(),
filter: z.string().optional(),
})
const healthFacilitySchema = z.object({