UNPKG

react-native-unit-components

Version:

Unit React Native components

18 lines 830 B
export let UNCounterpartyType = /*#__PURE__*/function (UNCounterpartyType) { UNCounterpartyType["Business"] = "Business"; UNCounterpartyType["Person"] = "Person"; UNCounterpartyType["Unknown"] = "Unknown"; return UNCounterpartyType; }({}); export let UNConnectedAccountStatus = /*#__PURE__*/function (UNConnectedAccountStatus) { UNConnectedAccountStatus["Pending"] = "Pending"; UNConnectedAccountStatus["Failed"] = "Failed"; UNConnectedAccountStatus["Verified"] = "Verified"; return UNConnectedAccountStatus; }({}); export let UNConnectionAccountType = /*#__PURE__*/function (UNConnectionAccountType) { UNConnectionAccountType["SameDayMicroDeposit"] = "SameDayMicroDeposit"; UNConnectionAccountType["Instant"] = "Instant"; return UNConnectionAccountType; }({}); //# sourceMappingURL=counterparty.types.js.map