From a0146ed5efe048695842e79238a3af8157a5c26a Mon Sep 17 00:00:00 2001 From: Lorenzo-Tr Date: Fri, 27 Mar 2026 10:54:51 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20NodeChangeProperty=20not?= =?UTF-8?q?=20including=20the=20variant=20key?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin-api-standalone.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin-api-standalone.d.ts b/plugin-api-standalone.d.ts index 25772c8..db28c86 100644 --- a/plugin-api-standalone.d.ts +++ b/plugin-api-standalone.d.ts @@ -3648,6 +3648,7 @@ type NodeChangeProperty = | 'authorName' | 'code' | 'textBackground' + | 'variant' interface NodeChangeEvent { nodeChanges: NodeChange[]