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.
index.ts
2 parents 2a3beb9 + 1af3f08 commit 82d2c60Copy full SHA for 82d2c60
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