Skip to content

Commit 1af3f08

Browse files
committed
js: Export these types from index.ts
1 parent 2a3beb9 commit 1af3f08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

javascript/src/index.ts

+2-1
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)