export type Version = {
  id: string
  projectId: string
  authorId: string | null
}
