interface Recipient {
    id: string;
    internetAddress?: string;
}

Properties

Properties

id: string
internetAddress?: string

Generated using TypeDoc