Initial commit: Aeroflot Flights Web Angular 12 application
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
export enum FlightStatusLegacy {
|
||||
scheduled = 'Scheduled',
|
||||
sent = 'Sent',
|
||||
inFlight = 'InFlight',
|
||||
landed = 'Landed',
|
||||
arrived = 'Arrived',
|
||||
delayed = 'Delayed',
|
||||
cancelled = 'Cancelled',
|
||||
unknown = 'Unknown',
|
||||
}
|
||||
Reference in New Issue
Block a user