From f47a049a401b2dec41242c4938842ba45a7af200 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 | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugin-api.d.ts b/plugin-api.d.ts index 28895b3..99e2b18 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 { @@ -324,10 +323,8 @@ interface CodegenAPI { readonly preferences: CodegenPreferences refresh: () => void } - interface VsCodeAPI { } - interface DevResource { readonly name: string readonly url: string