import type { Word } from "./Word"; export type SpeakerWords = { speaker: number; words: Array; };