AcsChatThreadEventBase type

Schema of common properties of all chat thread events

type AcsChatThreadEventBase = AcsChatEventBase & {
  createTime: string
  version: number
}