added array to types

This commit is contained in:
NEOLPAR 2022-09-09 11:26:20 +01:00
parent 148ac14e62
commit 57b9b1eaa3
1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@ export interface FileType {
name: string
}
export const PLUGIN_TYPE_ARR = Object.values(exports.PluginType)
export const PLUGIN_TYPE_ARR = Object.values(exports.PluginType)