UNPKG

wallee

Version:
11 lines (10 loc) 531 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.DeliveryIndicationState = void 0; var DeliveryIndicationState; (function (DeliveryIndicationState) { DeliveryIndicationState["PENDING"] = "PENDING"; DeliveryIndicationState["NOT_SUITABLE"] = "NOT_SUITABLE"; DeliveryIndicationState["MANUAL_CHECK_REQUIRED"] = "MANUAL_CHECK_REQUIRED"; DeliveryIndicationState["SUITABLE"] = "SUITABLE"; })(DeliveryIndicationState || (exports.DeliveryIndicationState = DeliveryIndicationState = {}));