Type Alias Passenger

Passenger: { firstName: string; lastName: string }

Type declaration

  • firstName: string
  • lastName: string