mirror of
https://github.com/Jellify-Music/App.git
synced 2026-05-05 02:09:32 -05:00
6 lines
127 B
TypeScript
6 lines
127 B
TypeScript
export enum MMKVStorageKeys {
|
|
PlayQueue = "PLAY_QUEUE",
|
|
Server = "SERVER",
|
|
User = "USER",
|
|
Library = "LIBRARY"
|
|
} |