UNPKG

react-native-unit-components

Version:

Unit React Native components

6 lines 259 B
import type { UNFundAccountPaymentData } from '../../types/shared'; export interface PaymentCreatedEvent { data: UNFundAccountPaymentData; } export type FundAccountPaymentEvent = PaymentCreatedEvent; //# sourceMappingURL=fundAccountPaymentMessage.d.ts.map