UNPKG

react-native-unit-components

Version:

Unit React Native components

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