From 426c8ea714b0eb37d55155c5e9fee5ff2b7472ae Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Wed, 18 Feb 2026 13:36:46 +0100 Subject: [PATCH] :bug: Fix type annotation for layoutCell property in plugins --- plugins/libs/plugin-types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/libs/plugin-types/index.d.ts b/plugins/libs/plugin-types/index.d.ts index cd397051ee..543182ac11 100644 --- a/plugins/libs/plugin-types/index.d.ts +++ b/plugins/libs/plugin-types/index.d.ts @@ -3723,7 +3723,7 @@ export interface ShapeBase extends PluginData { /** * Layout properties for cells in a grid layout. */ - readonly layoutCell?: LayoutChildProperties; + readonly layoutCell?: LayoutCellProperties; /** * Changes the index inside the parent of the current shape.