From fe9e261febe0c46697c282f5a7b730549c5b2d2e Mon Sep 17 00:00:00 2001 From: Vanessa Date: Tue, 6 Feb 2024 14:11:44 +0800 Subject: [PATCH] :art: fix https://github.com/siyuan-note/siyuan/issues/10318 --- app/src/types/index.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/types/index.d.ts b/app/src/types/index.d.ts index 172f1bd3b..e59f6776f 100644 --- a/app/src/types/index.d.ts +++ b/app/src/types/index.d.ts @@ -54,7 +54,7 @@ type TOperation = type TBazaarType = "templates" | "icons" | "widgets" | "themes" | "plugins" type TCardType = "doc" | "notebook" | "all" type TEventBus = "ws-main" | "sync-start" | "sync-end" | "sync-fail" | - "click-blockicon" | "click-editorcontent" | "click-pdf" | "click-editortitleicon" | + "click-blockicon" | "click-editorcontent" | "click-pdf" | "click-editortitleicon" | "click-flashcard-action" | "open-noneditableblock" | "open-menu-blockref" | "open-menu-fileannotationref" | "open-menu-tag" | "open-menu-link" | "open-menu-image" | "open-menu-av" | "open-menu-content" | "open-menu-breadcrumbmore" | "open-menu-doctree" | "open-menu-inbox" | @@ -219,7 +219,7 @@ interface ICard { nextDues: IObject } -interface ICardData { +interface ICardData { cards: ICard[], unreviewedCount: number unreviewedNewCardCount: number