declare enum RecipientCategory {
    PERSON = "PERSON",
    COMPANY = "COMPANY"
}
export default RecipientCategory;
