Skip to content

Commit

Permalink
fix: add description for travel agent ticket
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejak committed Oct 9, 2024
1 parent be4a0c8 commit 6707f61
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ export type AirlineInitiatedChangeAvailableAction =
| 'change'
| 'update'

/**
* The associated Travel Agent Ticket, if any, for this Airline-Initiated Change.
* This value will be present for Airline-Initiated changes that take some time to be processed.
*/
export interface TravelAgentTicket {
id: string
external_ticket_id: string
Expand Down

0 comments on commit 6707f61

Please sign in to comment.