Type Alias Mail

Mail: { body: string; from: string; subject: string }

Type declaration

  • body: string
  • from: string
  • subject: string