Updated logo API

This commit is contained in:
2026-04-23 00:53:19 +10:00
parent bd8ef98d30
commit 110ed5b984
17 changed files with 142 additions and 59 deletions
+4 -4
View File
@@ -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 {