wakuconnect-chat-sdk/packages/status-js/src/index.ts

5 lines
210 B
TypeScript

export type { Account } from './account'
export type { Client, ClientOptions } from './client'
export { createClient } from './client'
export type { Community, MessageType } from './client/community/community'