export Reactions type from status-js
This commit is contained in:
parent
9583554eba
commit
4ff961a6ae
|
@ -3,4 +3,5 @@ export type { ChatMessage as Message } from './client/chat'
|
|||
export type { Client, ClientOptions } from './client/client'
|
||||
export { createClient } from './client/client'
|
||||
export type { Community } from './client/community/community'
|
||||
export type { Reactions } from './client/community/get-reactions'
|
||||
export type { Member } from './client/member'
|
||||
|
|
Loading…
Reference in New Issue