Skip to content

Commit 87c6ac2

Browse files
committed
feat: expose FollowingUpdatesMoreKey
1 parent 6297b40 commit 87c6ac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export * from './client'
22
export * from './user'
33
export * from './post'
4-
export type { JikeClientJSON } from './types'
4+
export type { JikeClientJSON, FollowingUpdatesMoreKey } from './types'
55
export * as limit from './utils/limit'
66
export { RequestFailureError } from './errors/RequestFailureError'
77
export { AuthorizationError } from './errors/AuthorizationError'

0 commit comments

Comments
 (0)