import type { Comment } from "./Comment"; export interface CommentRangeStart { id: number; comment: Comment; }