InferRelations<
TRelations
>: { [TKey in keyof TRelations]: TRelations[TKey] extends WithNullable ? InferRelation<TRelations, TKey> | null : InferRelation<TRelations, TKey> }
• TRelations extends Record
<string
, RelationProperty
<any
, any
>>
packages/mikro-orm/src/entity-schema.ts:338