fix: rebase issues
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ export type UIDParams = {
|
||||
}
|
||||
|
||||
export type UriParams = {
|
||||
uri: string
|
||||
uri: string | string[]
|
||||
}
|
||||
|
||||
export type PreviewParams = {
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
import type { Image } from "../../image"
|
||||
import type { EdgesWithTotalCount } from "../utils/edges"
|
||||
|
||||
export type LogoQueryData = {
|
||||
all_header: {
|
||||
items: {
|
||||
logoConnection: EdgesWithTotalCount<Image>
|
||||
}[]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user