mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-23 07:24:07 +01:00
This commit is contained in:
parent
814a4ec3ac
commit
c856c8725b
3 changed files with 4 additions and 3 deletions
2
app/src/types/index.d.ts
vendored
2
app/src/types/index.d.ts
vendored
|
|
@ -383,7 +383,7 @@ interface ISiyuan {
|
|||
tag: import("../mobile/dock/MobileTags").MobileTags | null,
|
||||
backlink: import("../mobile/dock/MobileBacklinks").MobileBacklinks | null,
|
||||
inbox: import("../layout/dock/Inbox").Inbox | null,
|
||||
} & { [key: string]: import("../layout/Model").Model | boolean };
|
||||
} & { [key: string]: import("../layout/Model").Model | any };
|
||||
},
|
||||
user?: {
|
||||
userId: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue