UNPKG

serenity-config

Version:

A powerful API for plugin config and file management.

11 lines (9 loc) 116 B
/** * Supported data storage types. */ enum StorageType { World, Player, Server, } export { StorageType };