Skip to content

Commit 5eb3f21

Browse files
committed
export types to library users
1 parent 5111819 commit 5eb3f21

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

index.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
export { default as GetTestMail } from './lib/client';
1+
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

Comments
 (0)