export interface BarrageInst {
  add: (word: string) => void
}
