import type { UNPayment } from '../../types/shared'; export interface PaymentCreatedEvent { data: UNPayment } export type BookPaymentEvent = | PaymentCreatedEvent