We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
index.ts
1 parent 2a3beb9 commit 1af3f08Copy full SHA for 1af3f08
javascript/src/index.ts
@@ -13,7 +13,8 @@ import { OperationalWebhookEndpoint } from "./api/operationalWebhookEndpoint";
13
import { Statistics } from "./api/statistics";
14
import { SvixRequestContext } from "./request";
15
16
-export { PostOptions } from "./util";
+export { PostOptions, ApiException } from "./util";
17
+export { HTTPValidationError, HttpErrorOut, ValidationError } from "./HttpErrors";
18
export * from "./webhook";
19
export * from "./models/index";
20
0 commit comments