/** The volume history type */
export interface Bounce {
    /** The datetime of this bounce */
    date: string;
    /** The return message for this bounce */
    message?: string;
    /** The email where you have the bounce */
    to?: string;
}
//# sourceMappingURL=Bounce.d.ts.map