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 74dabe7 commit 88e26d4Copy full SHA for 88e26d4
src/index.ts
@@ -6,9 +6,9 @@ export * from './common/interfaces';
6
export * from './contacts/interfaces';
7
export * from './domains/interfaces';
8
export * from './emails/interfaces';
9
-export * from './webhooks/interfaces';
10
export * from './emails/receiving/interfaces';
11
export { ErrorResponse } from './interfaces';
12
export { Resend } from './resend';
13
export * from './segments/interfaces';
14
export * from './webhooks/interfaces';
+export * from './webhooks/interfaces';
0 commit comments