UNPKG

react-native-unit-components

Version:

Unit React Native components

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