Udostępnij przez


ChatThreadClientProviderProps type

Argumenty inicjowania ChatThreadClientProvider.

type ChatThreadClientProviderProps = {
  chatThreadClient: ChatThreadClient
  children: React_2.ReactNode
}