export type CommentInfo = { sheet: string; reference: string; row: number; column: number; author: string; text: string; };