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