1
0
Fork 0
mirror of synced 2024-07-19 13:15:49 +12:00

added array to types

This commit is contained in:
NEOLPAR 2022-09-09 11:26:20 +01:00
parent 829d1bf70d
commit 5f8a6c065b

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)