@battle-racing/br-common-lib
Version:
Common library for all Battle Racing Repositorios
13 lines (12 loc) • 471 B
TypeScript
export declare const BALL_SENSOR_COMMAND: {
readonly DEACTIVATE_SENSOR: "Deactivate Sensor";
readonly ACTIVATE_SENSOR: "Activate Sensor";
readonly CONFIGURE_MODULE: "Configure Module";
};
export declare const BALL_SENSOR_STATUS: {
readonly SENSOR_STANDBY: "Sensor Standby";
readonly SENSOR_DEACTIVATED: "Sensor Deactivated";
readonly SENSOR_ACTIVATED: "Sensor Activated";
readonly SENSOR_HIT: "Sensor Hit";
readonly UNKNOWN: "Unknown";
};