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