Type Alias: InferRelations<TRelations>

InferRelations<TRelations>: { [TKey in keyof TRelations]: TRelations[TKey] extends WithNullable ? InferRelation<TRelations, TKey> | null : InferRelation<TRelations, TKey> }

Type Parameters

TRelations extends Record<string, RelationProperty<any, any>>

Defined in

packages/mikro-orm/src/entity-schema.ts:338