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 { export type {
SearchHit, SearchHit,
SearchResponse, SearchResponse,
ThreadMail,
ThreadResponse,
MailAttachment, MailAttachment,
MailDetail, MailDetail,
ImapFolder, ImapFolder,
@@ -90,6 +92,7 @@ export type {
export { export {
searchEmails, searchEmails,
getMail, getMail,
getThread,
downloadMailAttachment, downloadMailAttachment,
downloadMailRaw, downloadMailRaw,
getImapAccounts, getImapAccounts,