Skip to content

Commit

Permalink
Fix dmmf type
Browse files Browse the repository at this point in the history
  • Loading branch information
foyarash committed Sep 7, 2023
1 parent 7a08788 commit 6a93bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapters/prisma/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default class PrismaAdapter<T, M extends string>
models: M[]
private _ctorModels: M[]
private prismaJsonSchemaParser: PrismaJsonSchemaParser
private dmmf: Prisma.DMMF
private dmmf: Prisma.DMMF.Document

constructor({
primaryKey = 'id',
Expand Down

0 comments on commit 6a93bde

Please sign in to comment.