1
0
Fork 0
mirror of synced 2024-06-28 02:50:50 +12:00

added array to types

This commit is contained in:
NEOLPAR 2022-09-09 11:26:20 +01:00
parent 148ac14e62
commit 57b9b1eaa3

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)