Project

General

Profile

1
export class Email {
2
  body: string;
3
  subject: string;
4
  recipients: string[];
5
}
(4-4/5)