added array to types
This commit is contained in:
parent
829d1bf70d
commit
5f8a6c065b
|
@ -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