added array to types
This commit is contained in:
parent
148ac14e62
commit
57b9b1eaa3
|
@ -8,4 +8,4 @@ export interface FileType {
|
||||||
name: string
|
name: string
|
||||||
}
|
}
|
||||||
|
|
||||||
export const PLUGIN_TYPE_ARR = Object.values(exports.PluginType)
|
export const PLUGIN_TYPE_ARR = Object.values(exports.PluginType)
|
||||||
|
|
Loading…
Reference in New Issue