[🔥] Removed FlowPlugin type

This commit is contained in:
ThinLiquid 2023-11-23 13:01:04 +00:00 committed by GitHub
parent 165514635e
commit a83d5d820a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,18 +56,6 @@ export interface Plugin {
/* MISC */ /* MISC */
export interface FlowPlugin {
name: string
pkg: string
version?: string
authors?: string[]
init: (data: any) => void | Promise<void>
openWindow?: (data: any) => FlowWindow | Promise<FlowWindow>
addStatusbarItem: (data: any) => void | Promise<void>
loadTheme: (data: any) => void | Promise<void>
}
export interface FlowWindowConfig { export interface FlowWindowConfig {
title: string title: string
icon: string icon: string