Added Notifications
This commit is contained in:
Vendored
+2
-2
@@ -181,8 +181,8 @@ export type Country = {
|
||||
|
||||
export interface Airline {
|
||||
id: number
|
||||
IATA_code: string | null
|
||||
ICAO_code: string | null
|
||||
iata_code: string | null
|
||||
icao_code: string | null
|
||||
name: string
|
||||
internal_name: string
|
||||
active: boolean
|
||||
|
||||
Reference in New Issue
Block a user