export enum Salutation { Sir = "sir", Madam = "madam", other = "other", none = "none", }