mirror of
https://github.com/Jellify-Music/App.git
synced 2026-02-14 22:48:31 -06:00
6 lines
180 B
TypeScript
6 lines
180 B
TypeScript
export enum MutationKeys {
|
|
AuthenticationWithCredentials = "AUTH_WITH_CREDS",
|
|
AccessToken = "ACCESS_TOKEN",
|
|
Credentials = "CREDENTIALS",
|
|
ServerUrl = "SERVER_URL",
|
|
} |