openaire-library/utils/email/email.ts

6 lines
82 B
TypeScript

export class Email {
body: string;
subject: string;
recipients: string[];
}