Skip to content

Commit 82d2c60

Browse files
authored
js: Export these types from index.ts (#1881)
2 parents 2a3beb9 + 1af3f08 commit 82d2c60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

javascript/src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ import { OperationalWebhookEndpoint } from "./api/operationalWebhookEndpoint";
1313
import { Statistics } from "./api/statistics";
1414
import { SvixRequestContext } from "./request";
1515

16-
export { PostOptions } from "./util";
16+
export { PostOptions, ApiException } from "./util";
17+
export { HTTPValidationError, HttpErrorOut, ValidationError } from "./HttpErrors";
1718
export * from "./webhook";
1819
export * from "./models/index";
1920

0 commit comments

Comments
 (0)