export type TypingStopped = {
  type: 'typing_stopped'
  data: {}
}
