diff options
Diffstat (limited to 'src/common/types/team.ts')
| -rw-r--r-- | src/common/types/team.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/types/team.ts b/src/common/types/team.ts index 0989337..768c774 100644 --- a/src/common/types/team.ts +++ b/src/common/types/team.ts @@ -1,4 +1,4 @@ -import { Team } from "@prisma/client"; +import { Team } from "prisma/generated/client"; export type TeamAliases = { [key in keyof typeof Team]: { |
