export class EmailRecipientV1 {
    public id: string;
    public name: string;
    public email: string;
    public language: string;
}