interface UnrestrictedUserEmail {
    accountId?: string;
    email?: string;
}

Properties

Properties

accountId?: string

The accountId of the user

email?: string

The email of the user