mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
11 lines
263 B
TypeScript
11 lines
263 B
TypeScript
export enum DispatcherStatusID {
|
|
Unknown = 'unknown',
|
|
Outdated = 'outdated',
|
|
Unauthorized = 'not-signed',
|
|
OnlineNoLimit = 'no-limit',
|
|
Afk = 'brb',
|
|
Ending = 'ending',
|
|
NoSpace = 'no-space',
|
|
Unavailable = 'unavailable',
|
|
OnlineWithHours = 'online'
|
|
} |