mtas-tv-frontend/src/app/shared/result.enum.ts

9 lines
171 B
TypeScript
Raw Normal View History

2018-04-06 23:01:07 +02:00
export enum Result {
Aborted = 'ABORTED',
Building = 'BUILDING',
2018-04-06 23:01:07 +02:00
Failure = 'FAILURE',
NotBuilt = 'NOT_BUILT',
Success = 'SUCCESS',
Unstable = 'UNSTABLE',
}