You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The two-character IATA code for the airline. This may be null for non-IATA carriers.
*/
iata_code: string
/*
* Path to a svg of the airline lockup logo. A lockup logo is also called a combination logo, in which it combines the logotype and logomark. This may be `null` if no logo is available.
*/
logo_lockup_url?: string
/*
* Path to a svg of the airline logo. This may be `null` if no logo is available.
*/
logo_symbol_url?: string
}
The text was updated successfully, but these errors were encountered:
The docs specify a field called
conditions_of_carriage_url
on the Airline object, but this is not present in the TypeScript types:duffel-api-javascript/src/supportingResources/Airlines/AirlinesTypes.ts
Lines 1 to 26 in fa3b2e4
The text was updated successfully, but these errors were encountered: