fix: redirect users to /refresh on unauth and mod webview links
This commit is contained in:
@@ -25,7 +25,7 @@ export type UIDParams = {
|
||||
}
|
||||
|
||||
export type UriParams = {
|
||||
uri: string | string[]
|
||||
uri: string
|
||||
}
|
||||
|
||||
export type PreviewParams = {
|
||||
|
||||
10
types/requests/myPages/logo.ts
Normal file
10
types/requests/myPages/logo.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
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