UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

10 lines (9 loc) 256 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BASE_HARDWARE_STATUS = void 0; exports.BASE_HARDWARE_STATUS = { ACTIVATED: 'Activated', DEACTIVATED: 'Deactivated', UNKNOWN: 'Unknown', ERROR: 'Error', };