Updated logo API
This commit is contained in:
Vendored
+4
-4
@@ -81,17 +81,16 @@ export interface Airline {
|
||||
id: number
|
||||
IATA_code: string | null
|
||||
ICAO_code: string | null
|
||||
name: string | null
|
||||
internal_name: string | null
|
||||
name: string
|
||||
internal_name: string
|
||||
active: boolean
|
||||
logo: string | null
|
||||
country_id: number
|
||||
country?: Country
|
||||
display_name: string
|
||||
logo_url: string
|
||||
}
|
||||
|
||||
|
||||
|
||||
export interface Aircraft {
|
||||
id: number
|
||||
designator: string
|
||||
@@ -104,6 +103,7 @@ export interface Aircraft {
|
||||
created_at: string | null
|
||||
updated_at: string | null
|
||||
display_name: string
|
||||
display_name_short: string
|
||||
}
|
||||
|
||||
export interface SeatType {
|
||||
|
||||
Reference in New Issue
Block a user