UNPKG

wallee

Version:
7 lines (6 loc) 139 B
declare enum CustomerAddressType { BILLING = "BILLING", SHIPPING = "SHIPPING", BOTH = "BOTH" } export { CustomerAddressType };