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