export type Dashboard = {
  id: string
  ownerId: string
  workspaceId: string
  projectIds: string[]
}
