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.
1 parent 6297b40 commit 87c6ac2Copy full SHA for 87c6ac2
src/client/index.ts
@@ -1,7 +1,7 @@
1
export * from './client'
2
export * from './user'
3
export * from './post'
4
-export type { JikeClientJSON } from './types'
+export type { JikeClientJSON, FollowingUpdatesMoreKey } from './types'
5
export * as limit from './utils/limit'
6
export { RequestFailureError } from './errors/RequestFailureError'
7
export { AuthorizationError } from './errors/AuthorizationError'
0 commit comments