From dc9b1b4dd2b7a1062ed3ceb48be3bbafd4d53fb4 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Fri, 24 Nov 2023 10:26:06 +0700 Subject: Move @prisma/client import to prisma/generated/client --- src/common/types/team.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/types/team.ts') 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]: { -- cgit v1.2.3