Merge pull request #59 from Flow-Works/ThinLiquid-patch-1
[🔥] Removed FlowPlugin type
This commit is contained in:
commit
75375e410c
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 */
|
/* 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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue