export interface RedeemProviderEventDTO { providerName: string; event: string; payload: any; }