interface Email {
    email: string;
    type: string;
}

Properties

Properties

email: string
type: string