ChatThreadProperties type

Properties of a chat thread.

We define a minimal one that helps us hide the different types used by underlying API.

type ChatThreadProperties = { topic?: string }