UNPKG

122 BJavaScriptView Raw
1exports.UserType = Object.freeze({
2 MERCHANT: 'merchant',
3 GLOBAL: 'global',
4 RESELLER: 'reseller',
5 });
6