interface AuthorizedEmail {
    emailAddress: string;
}

Properties

Properties

emailAddress: string

Example

"myteammember@piertwo.com"

Generated using TypeDoc