Type alias EmailPersonV2

EmailPersonV2: {
    @type: "EmailPerson";
    email: util.v2.OneOrMore<string>;
}

Type declaration