import { Team } from "prisma/generated/client"; export type TeamAliases = { [key in keyof typeof Team]: { name: string; }; };