export interface FailedSender { /** The sender that failed. */ sender: string; /** Reason for the failure. */ error: string; }