feat(SW-186): implement cms data into new header
This commit is contained in:
@@ -3,8 +3,10 @@ import { z } from "zod"
|
||||
import {
|
||||
getHeaderRefSchema,
|
||||
getHeaderSchema,
|
||||
menuItemSchema,
|
||||
} from "@/server/routers/contentstack/base/output"
|
||||
|
||||
export type HeaderRefResponse = z.input<typeof getHeaderRefSchema>
|
||||
export type HeaderResponse = z.input<typeof getHeaderSchema>
|
||||
export type Header = z.output<typeof getHeaderSchema>
|
||||
export type MenuItem = z.output<typeof menuItemSchema>
|
||||
|
||||
Reference in New Issue
Block a user