TopicChangedListener type

ChatAdapterSubscribers 'topicChanged' イベントのコールバック。

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