UNPKG

@buckaroo/buckaroo_sdk

Version:
6 lines (5 loc) 116 B
declare enum RecipientCategory { PERSON = "PERSON", COMPANY = "COMPANY" } export default RecipientCategory;