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[]