@grafana/faro-core
Version:
Core package of Faro.
7 lines • 424 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.USER_ACTION_CANCEL_MESSAGE_TYPE = exports.USER_ACTION_END_MESSAGE_TYPE = exports.USER_ACTION_START_MESSAGE_TYPE = void 0;
exports.USER_ACTION_START_MESSAGE_TYPE = 'user-action-start';
exports.USER_ACTION_END_MESSAGE_TYPE = 'user-action-end';
exports.USER_ACTION_CANCEL_MESSAGE_TYPE = 'user-action-cancel';
//# sourceMappingURL=const.js.map