Merged in fix/SW-1819-batching-city-urls (pull request #1477)
fix(SW-1819): Batching fetch for city page urls * fix(SW-1819): Batching fetch for city page urls Approved-by: Fredrik Thorsson Approved-by: Matilda Landström
This commit is contained in:
@@ -2,6 +2,7 @@ import type { z } from "zod"
|
||||
|
||||
import type {
|
||||
blocksSchema,
|
||||
cityPageCountSchema,
|
||||
cityPageUrlsSchema,
|
||||
destinationCityListDataSchema,
|
||||
destinationCityPageRefsSchema,
|
||||
@@ -19,6 +20,8 @@ export interface GetDestinationCityListDataResponse
|
||||
|
||||
export interface DestinationCityListData
|
||||
extends z.output<typeof destinationCityListDataSchema> {}
|
||||
export interface GetCityPageCountData
|
||||
extends z.input<typeof cityPageCountSchema> {}
|
||||
export interface GetCityPageUrlsData
|
||||
extends z.input<typeof cityPageUrlsSchema> {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user