"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SendStatus = exports.EventType = void 0;
exports.EventType = {
Error: 'error',
};
exports.SendStatus = {
noChange: 'noChange',
success: 'success',
error: 'error',
};