UNPKG

react-native-unit-components

Version:

Unit React Native components

9 lines (6 loc) 204 B
import type { UNFundAccountPaymentData } from '../../types/shared'; export interface PaymentCreatedEvent { data: UNFundAccountPaymentData } export type FundAccountPaymentEvent = | PaymentCreatedEvent