import { z } from "zod" export const getMetadataInput = z.object({ subpage: z.string().optional(), })