import { UNWirePayment } from '../../types/shared'; export interface WirePaymentCreatedEvent { data: UNWirePayment }