@botpress/webchat-client
Version:
19 lines (18 loc) • 373 B
text/typescript
export {
createClient,
createUser,
generateUserKey,
sendPerfMetrics,
initialize,
type Client,
type Subscribable,
type UserCredentials,
type IntegrationError,
} from './client'
export * from './gen/client/types.gen'
export type {
MessageStreamAbort,
MessageStreamComplete,
MessageStreamDelta,
MessageStreamSnapshot,
} from './client/types/signals'