UNPKG

@nestjs-mod/two-factor

Version:

Two factor module with an error filter, guard, controller, database migrations and rest-sdk for work with module from other nodejs appliaction

31 lines 1.13 kB
"use strict"; /* !!! This is code generated by Prisma. Do not edit directly. !!! */ /* eslint-disable */ // @ts-nocheck /** * This file should be your main import to use Prisma. Through it you get access to all the models, enums, and input types. * * 🟢 You can import this file directly. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.Prisma = exports.PrismaClient = exports.$Enums = void 0; const tslib_1 = require("tslib"); const $Class = tslib_1.__importStar(require("./internal/class")); const Prisma = tslib_1.__importStar(require("./internal/prismaNamespace")); exports.Prisma = Prisma; exports.$Enums = tslib_1.__importStar(require("./enums")); /** * ## Prisma Client * * Type-safe database client for TypeScript * @example * ``` * const prisma = new PrismaClient() * // Fetch zero or more TwoFactorUsers * const twoFactorUsers = await prisma.twoFactorUser.findMany() * ``` * * Read more in our [docs](https://www.prisma.io/docs/reference/tools-and-interfaces/prisma-client). */ exports.PrismaClient = $Class.getPrismaClientClass(__dirname); //# sourceMappingURL=client.js.map