Skip to content

Commit f9a62fb

Browse files
authored
fix: type ErrorResponse exported as non-type (#745)
1 parent e5c36b0 commit f9a62fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export * from './domains/interfaces';
77
export * from './emails/attachments/interfaces';
88
export * from './emails/interfaces';
99
export * from './emails/receiving/interfaces';
10-
export { ErrorResponse } from './interfaces';
10+
export type { ErrorResponse, Response } from './interfaces';
1111
export { Resend } from './resend';
1212
export * from './segments/interfaces';
1313
export * from './webhooks/interfaces';

0 commit comments

Comments
 (0)