UNPKG

react-native-unit-components

Version:

Unit React Native components

6 lines 205 B
import type { UNPayment } from '../../types/shared'; export interface PaymentCreatedEvent { data: UNPayment; } export type ACHEvent = PaymentCreatedEvent; //# sourceMappingURL=achCreditMessage.d.ts.map