Merged in fix/SW-1784-hotel-url-fetching (pull request #1450)
fix(SW-1784): Fixed issue fetching all hotel urls at once. * fix(SW-1784): Fixed issue fetching all hotel urls at once. Approved-by: Christian Andolf
This commit is contained in:
@@ -2,6 +2,7 @@ import type { z } from "zod"
|
||||
|
||||
import type {
|
||||
contentBlock,
|
||||
hotelPageCountSchema,
|
||||
hotelPageRefsSchema,
|
||||
hotelPageSchema,
|
||||
hotelPageUrlsSchema,
|
||||
@@ -24,4 +25,6 @@ export interface GetHotelPageRefsSchema
|
||||
export interface HotelPageRefs extends z.output<typeof hotelPageRefsSchema> {}
|
||||
export interface GetHotelPageUrlsData
|
||||
extends z.input<typeof hotelPageUrlsSchema> {}
|
||||
export interface GetHotelPageCountData
|
||||
extends z.input<typeof hotelPageCountSchema> {}
|
||||
export type HotelPageUrls = z.output<typeof hotelPageUrlsSchema>
|
||||
|
||||
Reference in New Issue
Block a user