We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5111819 commit 5eb3f21Copy full SHA for 5eb3f21
1 file changed
index.ts
@@ -1 +1,6 @@
1
-export { default as GetTestMail } from './lib/client';
+export { default as GetTestMail } from './lib/client'
2
+export { GetTestMail as Mailbox } from './lib/models'
3
+export { APIError } from './lib/models'
4
+export { Problem } from './lib/models'
5
+export { Message } from './lib/models'
6
+export { Attachment } from './lib/models'
0 commit comments