UNPKG

react-native-unit-components

Version:

Unit React Native components

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