From e8d1344d13b96ce77001a4f417c6b03df5b78225 Mon Sep 17 00:00:00 2001 From: Rohit Chouhan Date: Tue, 7 Nov 2023 09:44:34 -0800 Subject: [PATCH] formatting --- plugin-api.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin-api.d.ts b/plugin-api.d.ts index 28895b3..174c9b2 100644 --- a/plugin-api.d.ts +++ b/plugin-api.d.ts @@ -159,7 +159,6 @@ interface PluginAPI { setFileThumbnailNodeAsync( node: FrameNode | ComponentNode | ComponentSetNode | SectionNode | null, ): Promise - openExternal(url: string): void } interface VersionHistoryResult {