ChatCompositeOptions type

Optional features of the ChatComposite.

type ChatCompositeOptions = {
  autoFocus?: "sendBoxTextField"
  errorBar?: boolean
  topic?: boolean
}