build fix

This commit is contained in:
Timur Ercan
2023-01-23 21:35:33 +01:00
parent 49b49dbae6
commit 9f26da9316
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
import { PrismaClient } from "@prisma/client";
import { PrismaClient, Document, User } from "@prisma/client";
declare global {
var client: PrismaClient | undefined;