Skip to content

Commit abccd64

Browse files
committed
refactor(api): Export error types and options
1 parent 1151b95 commit abccd64

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api.ts

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
export * as pages from "./api/pages.ts";
22
export * as projects from "./api/projects.ts";
33
export * as users from "./api/users.ts";
4+
export type { HTTPError, TypedError } from "./error.ts";
5+
export type { BaseOptions, ExtendedOptions, OAuthOptions } from "./util.ts";
46

57
export {
68
get as listPages,

0 commit comments

Comments
 (0)