Interface Recipient

interface Recipient {
    Email: string;
    Name: string;
}

Hierarchy

Properties

Properties

Email: string
Name: string