We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1151b95 commit abccd64Copy full SHA for abccd64
api.ts
@@ -1,6 +1,8 @@
1
export * as pages from "./api/pages.ts";
2
export * as projects from "./api/projects.ts";
3
export * as users from "./api/users.ts";
4
+export type { HTTPError, TypedError } from "./error.ts";
5
+export type { BaseOptions, ExtendedOptions, OAuthOptions } from "./util.ts";
6
7
export {
8
get as listPages,
0 commit comments