UNPKG

react-native-unit-components

Version:

Unit React Native components

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