UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

8 lines (7 loc) 172 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.USER_TYPE = void 0; exports.USER_TYPE = { STAFF: 'STAFF', PLAYER: 'PLAYER', };