UNPKG
serenity-config
Version:
latest (0.1.3)
0.1.3
0.1.2
A powerful API for plugin config and file management.
serenity-config
/
src
/
Enums
/
storageType.ts
11 lines
(9 loc)
•
116 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** * Supported data storage types. */
enum
StorageType
{ World, Player, Server, }
export
{ StorageType };