My datamodel:
/// User model comment
model User {
/// User model field comment
id String @default(cuid()) @id @unique
}
When I log the dmmf datamodel, I have a documentation property:


But it is missing in typedefs:


I can confirm this.
It鈥檚 only relevant for tooling authors, users normally don鈥檛 import these types
This is fixed in the latest alpha.
Most helpful comment
This is fixed in the latest alpha.