rittenhop-ghost/versions/5.94.2/node_modules/mailgun.js/Interfaces/Suppressions/Bounce.d.ts

8 lines
127 B
TypeScript

export interface IBounce {
address: string;
code: number;
error: string;
created_at: Date;
type: string;
}