feat(SW-2278): Added hotel listing to campaign page

Approved-by: Matilda Landström
This commit is contained in:
Erik Tiekstra
2025-06-19 09:36:28 +00:00
parent 105c4d9cf3
commit af92f7183c
31 changed files with 703 additions and 57 deletions

View File

@@ -237,7 +237,7 @@ export const getHotelsByCSFilterInput = z.object({
country: z.nativeEnum(Country).nullable(),
excluded: z.array(z.string()),
})
.nullable(),
.nullish(),
hotelsToInclude: z.array(z.string()),
})
export interface GetHotelsByCSFilterInput