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