PR Fixes
This commit is contained in:
@@ -10,4 +10,3 @@ 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>
|
||||
export type MenuItems = z.infer<typeof getHeaderSchema>["menuItems"]
|
||||
|
||||
Reference in New Issue
Block a user