export type Comment = {
  id: string
  authorId: string
  projectId: string
}
