UNPKG

prisma-migrations

Version:

A Node.js library to manage Prisma ORM migrations like other ORMs

3 lines 183 B
import type { PrismaClient } from "../../../types"; export declare const releaseLock: (prisma: PrismaClient, force?: boolean) => Promise<number>; //# sourceMappingURL=release.d.ts.map