mirror of
https://github.com/Jellify-Music/App.git
synced 2026-05-05 10:49:22 -05:00
7 lines
169 B
TypeScript
7 lines
169 B
TypeScript
export enum MutationKeys {
|
|
AuthenticationWithCredentials = 'AUTH_WITH_CREDS',
|
|
AccessToken = 'ACCESS_TOKEN',
|
|
Credentials = 'CREDENTIALS',
|
|
ServerUrl = 'SERVER_URL',
|
|
}
|