feat: improve structure and error handling
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
import type { Image } from "../../image"
|
||||
import type { EdgesWithTotalCount } from "../utils/edges"
|
||||
|
||||
export type LogoQueryData = {
|
||||
all_header: {
|
||||
items: {
|
||||
logoConnection: EdgesWithTotalCount<Image>
|
||||
}[]
|
||||
}
|
||||
}
|
||||
@@ -15,10 +15,6 @@ export type MenuItem = {
|
||||
subItems?: MenuItem[]
|
||||
}
|
||||
|
||||
export type SidebarProps = {
|
||||
lang: Lang
|
||||
}
|
||||
|
||||
interface NavigationLink {
|
||||
system: {
|
||||
locale: Lang
|
||||
|
||||
Reference in New Issue
Block a user