Skip to content

Commit

Permalink
fix(client): add missing uniqueFields to dmmf Model type
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 committed Jun 4, 2020
1 parent 38200ab commit c1cce02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/packages/client/src/runtime/dmmf-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export namespace DMMF {
documentation?: string
[key: string]: any // safe net for additional new props
idFields: string[]
uniqueFields: string[]
}

export type FieldKind = 'scalar' | 'object' | 'enum'
Expand Down

0 comments on commit c1cce02

Please sign in to comment.