added array to types

This commit is contained in:
NEOLPAR 2022-09-09 11:26:20 +01:00
parent 829d1bf70d
commit 5f8a6c065b
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)