nest-trpc-prisma-starter/packages/database/global.ts

8 lines
61 B
TypeScript
Raw Permalink Normal View History

2024-04-25 18:12:44 +00:00
declare global {
namespace PrismaJson {
}
}
export { }