export Reactions type from status-js

This commit is contained in:
Pavel Prichodko 2022-07-01 14:57:07 +02:00
parent eb604a4717
commit c14cba9bb3
No known key found for this signature in database
GPG Key ID: 8E4C82D464215E83
1 changed files with 1 additions and 0 deletions

View File

@ -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'