export interface UnrestrictedUserEmail {
  /** The accountId of the user */
  accountId?: string;
  /** The email of the user */
  email?: string;
}
