Page Contents
Home > @loopback/repository > RelationDefinitionBase > target
RelationDefinitionBase.target property
The target model of this relation.
E.g. when a Customer has many Order instances, then Order is the target.
Signature:
target: TypeResolver<Entity, typeof Entity>;