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