UNPKG

@grafana/faro-core

Version:
7 lines 424 B
"use strict"; 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