Skip to content

Commit

Permalink
fix(generator-helper): missing documentation type
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulian authored and timsuchanek committed Aug 24, 2020
1 parent 10ac778 commit 7d63ce4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/packages/generator-helper/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export namespace DMMF {
name: string
values: EnumValue[]
dbName?: string | null
documentation?: string
}

export interface SchemaEnum {
Expand Down

0 comments on commit 7d63ce4

Please sign in to comment.