Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c6d1e3 commit 1a028c3Copy full SHA for 1a028c3
types.d.ts
@@ -4,6 +4,8 @@ import type { InitialDataType } from '~/provider/initial-data'
4
5
import 'react-dom/next'
6
7
+import type { XLogMeta } from '~/types/xlog'
8
+
9
declare global {
10
export interface History {
11
backPath: string[]
@@ -44,6 +46,7 @@ declare module '@mx-space/api-client' {
44
46
style?: string
45
47
cover?: string
48
banner?: string | { type: string; message: string }
49
+ xLog?: XLogMeta
50
}
51
interface TextBaseModel extends BaseCommentIndexModel {
52
meta?: PostMeta
0 commit comments