UNPKG

@loopback/docs

Version:
25 lines (18 loc) 720 B
--- lang: en title: 'API docs: repository.hasmanythroughdefinition.through' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar permalink: /doc/en/lb4/apidocs.repository.hasmanythroughdefinition.through.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/repository](./repository.md) &gt; [HasManyThroughDefinition](./repository.hasmanythroughdefinition.md) &gt; [through](./repository.hasmanythroughdefinition.through.md) ## HasManyThroughDefinition.through property <b>Signature:</b> ```typescript through: { model: TypeResolver<Entity, typeof Entity>; keyFrom: string; keyTo: string; }; ```