Type Alias EmailAddress

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

Type declaration

  • email: string
  • name: string | null