From 9f0552bc727b401009976beeafddda5e982c8493 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Wed, 23 Oct 2024 11:49:26 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/11782 --- app/src/types/config.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/types/config.d.ts b/app/src/types/config.d.ts index 1f2676dad..52ed60437 100644 --- a/app/src/types/config.d.ts +++ b/app/src/types/config.d.ts @@ -1875,7 +1875,7 @@ declare namespace Config { /** * (Editor) Actions to be performed after the tab is loaded */ - action: string; + action: TProtyleAction; /** * (Editor) Block ID */