From a83d5d820aa4107c334de474169467621263bb76 Mon Sep 17 00:00:00 2001 From: ThinLiquid Date: Thu, 23 Nov 2023 13:01:04 +0000 Subject: [PATCH] =?UTF-8?q?[=F0=9F=94=A5]=20Removed=20FlowPlugin=20type?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types.ts | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/types.ts b/src/types.ts index 32ff649..d3da740 100644 --- a/src/types.ts +++ b/src/types.ts @@ -56,18 +56,6 @@ export interface Plugin { /* MISC */ -export interface FlowPlugin { - name: string - pkg: string - version?: string - authors?: string[] - - init: (data: any) => void | Promise - openWindow?: (data: any) => FlowWindow | Promise - addStatusbarItem: (data: any) => void | Promise - loadTheme: (data: any) => void | Promise -} - export interface FlowWindowConfig { title: string icon: string