UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

8 lines (7 loc) 188 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.USER_ROLE = void 0; exports.USER_ROLE = { SUPER_ADMIN: 'SUPER_ADMIN', OPERATOR: 'OPERATOR', };