[🔥] Removed FlowPlugin type
This commit is contained in:
parent
165514635e
commit
a83d5d820a
1 changed files with 0 additions and 12 deletions
12
src/types.ts
12
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<void>
|
||||
openWindow?: (data: any) => FlowWindow | Promise<FlowWindow>
|
||||
addStatusbarItem: (data: any) => void | Promise<void>
|
||||
loadTheme: (data: any) => void | Promise<void>
|
||||
}
|
||||
|
||||
export interface FlowWindowConfig {
|
||||
title: string
|
||||
icon: string
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue