feat(WEB-128): desktop and mobile initial wireframe implemented
This commit is contained in:
10
types/requests/myPages/logo.ts
Normal file
10
types/requests/myPages/logo.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import type { Edges } from "../utils/edges"
|
||||
import type { Image } from "../../image"
|
||||
|
||||
export type LogoQueryData = {
|
||||
all_header: {
|
||||
items: {
|
||||
logoConnection: Edges<Image>
|
||||
}[]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user