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

7 lines
110 B
TypeScript
Raw Normal View History

export interface IUnsubscribe {
address: string;
tags: any;
created_at: Date;
type: string;
}