import { z } from "zod" import { getHeaderRefSchema, getHeaderSchema, menuItemSchema, } from "@/server/routers/contentstack/base/output" export type HeaderRefResponse = z.input export type HeaderResponse = z.input export type Header = z.output export type MenuItem = z.output