UNPKG

react-native-unit-components

Version:

Unit React Native components

20 lines (19 loc) 785 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RESPONSE_KEYS = void 0; let RESPONSE_KEYS = exports.RESPONSE_KEYS = /*#__PURE__*/function (RESPONSE_KEYS) { RESPONSE_KEYS["errors"] = "errors"; RESPONSE_KEYS["card"] = "cardResult"; RESPONSE_KEYS["cards"] = "cardsResult"; RESPONSE_KEYS["account"] = "accountResult"; RESPONSE_KEYS["counterpartyAccount"] = "counterpartyResult"; RESPONSE_KEYS["transactions"] = "transactionsResult"; RESPONSE_KEYS["authorizations"] = "authorizationsResult"; RESPONSE_KEYS["repayment"] = "repaymentResult"; RESPONSE_KEYS["accountCards"] = "accountCardsResult"; RESPONSE_KEYS["counterpartiesResult"] = "counterpartiesResult"; return RESPONSE_KEYS; }({}); //# sourceMappingURL=onLoadMessage.js.map