From c8459a6466ab69da08f08fd4ec1d04fa17dbdad5 Mon Sep 17 00:00:00 2001 From: Pablo Klaschka Date: Sun, 3 Mar 2019 11:18:20 +0100 Subject: [PATCH] Quick fix --- types/scenegraph.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/scenegraph.d.ts b/types/scenegraph.d.ts index 8033215..4c9c271 100644 --- a/types/scenegraph.d.ts +++ b/types/scenegraph.d.ts @@ -1191,7 +1191,7 @@ declare class RootNode extends SceneNode { * **Since:** XD 14 * Object representing the current selection state and edit context. Also available as the first argument passed to your plugin command handler function. */ -const selection: Selection; +const selection: SceneNodeList; /** * **Since:** XD 14