Type alias Identity

Identity: {
    bcc: EmailAddress[] | null;
    email: string;
    htmlSignature: string | null;
    id: Id;
    mayDelete: boolean;
    name: string;
    replyTo: EmailAddress[] | null;
    textSignature: string | null;
}

Type declaration

  • bcc: EmailAddress[] | null
  • email: string
  • htmlSignature: string | null
  • id: Id
  • mayDelete: boolean
  • name: string
  • replyTo: EmailAddress[] | null
  • textSignature: string | null