| 7 | // Context |
| 8 | |
| 9 | interface AirlineAgentContext { |
| 10 | passengerName?: string; |
| 11 | confirmationNumber?: string; |
| 12 | seatNumber?: string; |
| 13 | flightNumber?: string; |
| 14 | } |
| 15 | |
| 16 | // ------------------------------------------------ |
| 17 | // Tools |
nothing calls this directly
no outgoing calls
no test coverage detected