From b6dd64fd8d5dc1298a0d56da00d4d138d342a92d Mon Sep 17 00:00:00 2001 From: Brandon Chung Date: Thu, 14 May 2026 14:16:51 -0400 Subject: [PATCH] Update plugin typings --- plugin-api-standalone.d.ts | 5 ++++- plugin-api.d.ts | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/plugin-api-standalone.d.ts b/plugin-api-standalone.d.ts index 19cc40b..bd74d0e 100644 --- a/plugin-api-standalone.d.ts +++ b/plugin-api-standalone.d.ts @@ -10845,7 +10845,10 @@ interface SectionNode MinimalFillsMixin, OpaqueNodeMixin, DevStatusMixin, - AspectRatioLockMixin { + AspectRatioLockMixin, + MinimalStrokesMixin, + CornerMixin, + RectangleCornerMixin { /** * The type of this node, represented by the string literal "SECTION" */ diff --git a/plugin-api.d.ts b/plugin-api.d.ts index 33287c2..1140f65 100644 --- a/plugin-api.d.ts +++ b/plugin-api.d.ts @@ -10841,7 +10841,10 @@ interface SectionNode MinimalFillsMixin, OpaqueNodeMixin, DevStatusMixin, - AspectRatioLockMixin { + AspectRatioLockMixin, + MinimalStrokesMixin, + CornerMixin, + RectangleCornerMixin { /** * The type of this node, represented by the string literal "SECTION" */