TopicChangedListener type

Callback for ChatAdapterSubscribers 'topicChanged' event.

type TopicChangedListener = (event: { topic: string }) => void