fix(PROJ-38): getThread + ThreadMail/ThreadResponse in api/index.ts re-exportieren

This commit is contained in:
sysops
2026-04-05 20:19:36 +02:00
parent b252172cc7
commit 887548a9c7
+3
View File
@@ -78,6 +78,8 @@ export {
export type {
SearchHit,
SearchResponse,
ThreadMail,
ThreadResponse,
MailAttachment,
MailDetail,
ImapFolder,
@@ -90,6 +92,7 @@ export type {
export {
searchEmails,
getMail,
getThread,
downloadMailAttachment,
downloadMailRaw,
getImapAccounts,