UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

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