fix: rebase issues

This commit is contained in:
Christel Westerberg
2024-05-21 16:13:50 +02:00
parent d5f2604ca0
commit 158b5a5dbb
25 changed files with 43 additions and 346 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ export type UIDParams = {
}
export type UriParams = {
uri: string
uri: string | string[]
}
export type PreviewParams = {
-10
View File
@@ -1,10 +0,0 @@
import type { Image } from "../../image"
import type { EdgesWithTotalCount } from "../utils/edges"
export type LogoQueryData = {
all_header: {
items: {
logoConnection: EdgesWithTotalCount<Image>
}[]
}
}