We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5c36b0 commit f9a62fbCopy full SHA for f9a62fb
src/index.ts
@@ -7,7 +7,7 @@ export * from './domains/interfaces';
7
export * from './emails/attachments/interfaces';
8
export * from './emails/interfaces';
9
export * from './emails/receiving/interfaces';
10
-export { ErrorResponse } from './interfaces';
+export type { ErrorResponse, Response } from './interfaces';
11
export { Resend } from './resend';
12
export * from './segments/interfaces';
13
export * from './webhooks/interfaces';
0 commit comments