export interface CreditBalanceEventData { _id: string; version: number; company: string; currentBalance: number; previousBalance: number; }