export enum IataTravelerTypes { ADULT = 'ad', CHILD = 'ch', INFANT = 'inf', UNACCOMPANIED_MINOR = 'um', }