Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1a028c3

Browse files
committed
fix: types
Signed-off-by: Innei <[email protected]>
1 parent 4c6d1e3 commit 1a028c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

types.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ import type { InitialDataType } from '~/provider/initial-data'
44

55
import 'react-dom/next'
66

7+
import type { XLogMeta } from '~/types/xlog'
8+
79
declare global {
810
export interface History {
911
backPath: string[]
@@ -44,6 +46,7 @@ declare module '@mx-space/api-client' {
4446
style?: string
4547
cover?: string
4648
banner?: string | { type: string; message: string }
49+
xLog?: XLogMeta
4750
}
4851
interface TextBaseModel extends BaseCommentIndexModel {
4952
meta?: PostMeta

0 commit comments

Comments
 (0)