Vanessa 2024-10-23 16:14:44 +08:00
parent 814a4ec3ac
commit c856c8725b
3 changed files with 4 additions and 3 deletions

View file

@ -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