export enum STATE {
   ACTIVE = 'active',
   COMPOSING = 'composing',
   PAUSED = 'paused',
   INACTIVE = 'inactive',
   GONE = 'gone',
}
