UNPKG

wallee

Version:
9 lines (8 loc) 393 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentAppConnectorState = void 0; var PaymentAppConnectorState; (function (PaymentAppConnectorState) { PaymentAppConnectorState["ACTIVE"] = "ACTIVE"; PaymentAppConnectorState["DELETED"] = "DELETED"; })(PaymentAppConnectorState || (exports.PaymentAppConnectorState = PaymentAppConnectorState = {}));