import { TextSelection } from "./TextSelection"; export interface Word { word: string; position: TextSelection; }