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
6 lines
105 B
TypeScript
6 lines
105 B
TypeScript
import { z } from "zod"
|
|
|
|
export const getMetadataInput = z.object({
|
|
subpage: z.string().optional(),
|
|
})
|