export type TypingStarted = {
  type: 'typing_started'
  data: {
    timeout?: number
  }
}
