Merged in feat/SW-1452-city-page-filter-2 (pull request #1392)
feat(SW-1452): Added filtering and sorting to destination city pages * feat(SW-1452): Added filtering and sorting to destination city pages * feat(SW-1452): Added temporary component for country pages to avoid Context issues Approved-by: Matilda Landström
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
import { z } from "zod"
|
||||
import type { z } from "zod"
|
||||
|
||||
import { rawMetadataSchema } from "@/server/routers/contentstack/metadata/output"
|
||||
import type { getMetadataInput } from "@/server/routers/contentstack/metadata/input"
|
||||
import type { rawMetadataSchema } from "@/server/routers/contentstack/metadata/output"
|
||||
|
||||
export interface RawMetadataSchema extends z.output<typeof rawMetadataSchema> {}
|
||||
|
||||
export interface MetadataInputSchema extends z.input<typeof getMetadataInput> {}
|
||||
|
||||
Reference in New Issue
Block a user