Print the include projection schema
DMMF.Model
string
export const ModelNameIncludeSchema = z.object({ oneRelation: _select.or(RelationQueryOneShcmea), manyRelation: _select.or(RelationQuerySchema)}) Copy
export const ModelNameIncludeSchema = z.object({ oneRelation: _select.or(RelationQueryOneShcmea), manyRelation: _select.or(RelationQuerySchema)})
Print the include projection schema