cannoli-interfaces
Version:
Interfaces de Projetos Cannoli
10 lines (9 loc) • 526 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EIFoodHandshakeTimeoutAction = void 0;
var EIFoodHandshakeTimeoutAction;
(function (EIFoodHandshakeTimeoutAction) {
EIFoodHandshakeTimeoutAction["ACCEPT_CANCELLATION"] = "ACCEPT_CANCELLATION";
EIFoodHandshakeTimeoutAction["REJECT_CANCELLATION"] = "REJECT_CANCELLATION";
EIFoodHandshakeTimeoutAction["VOID"] = "VOID";
})(EIFoodHandshakeTimeoutAction || (exports.EIFoodHandshakeTimeoutAction = EIFoodHandshakeTimeoutAction = {}));