UNPKG

defrost-db

Version:
10 lines 420 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Prisma = void 0; /** * This file contains type definitions and re-exports to ensure * TypeScript consumers have access to all necessary types */ const client_1 = require("@prisma/client"); Object.defineProperty(exports, "Prisma", { enumerable: true, get: function () { return client_1.Prisma; } }); //# sourceMappingURL=types.js.map