UNPKG

react-native-unit-components

Version:

Unit React Native components

6 lines 231 B
import type { UNBookPaymentData } from '../../types/shared'; export interface PaymentCreatedEvent { data: UNBookPaymentData; } export type BookPaymentEvent = PaymentCreatedEvent; //# sourceMappingURL=bookPaymentMessage.d.ts.map