defrost-db
Version:
Database client for Defrost protocol
10 lines • 420 B
JavaScript
;
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