Type alias EmailAddress

EmailAddress: {
    email: string;
    name: string | null;
}

Type declaration

  • email: string
  • name: string | null