Skip to content

Commit

Permalink
Merge pull request #887 from duffelhq/886-titles
Browse files Browse the repository at this point in the history
fix: passenger titles
  • Loading branch information
andrejak authored Feb 12, 2024
2 parents c308b4f + 83fabd4 commit 2052b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export type DuffelPassengerType = 'adult' | 'child' | 'infant_without_seat'
/**
* The passenger's title
*/
export type DuffelPassengerTitle = 'mr' | 'ms' | 'mrs' | 'MR' | 'MS' | 'MRS'
export type DuffelPassengerTitle = 'mr' | 'ms' | 'mrs' | 'miss' | 'dr'

/**
* The passenger's gender
Expand Down

0 comments on commit 2052b6e

Please sign in to comment.