Merge pull request #59 from Flow-Works/ThinLiquid-patch-1

[🔥] Removed FlowPlugin type
This commit is contained in:
ThinLiquid 2023-11-23 13:02:51 +00:00 committed by GitHub
commit 75375e410c
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