Type Alias EmailImport

EmailImport: {
    blobId: Id;
    keywords: Keywords;
    mailboxIds: Record<Id, boolean>;
    receivedAt: UTCDate;
}

Type declaration

  • blobId: Id
  • keywords: Keywords
  • mailboxIds: Record<Id, boolean>
  • receivedAt: UTCDate

    default: time of creation on server