(
relationshipsOrRelationshipsId?: RelationshipsOrRelationshipsId,
)
| 1689 | |
| 1690 | export const useRelationshipsOrRelationshipsById: typeof useRelationshipsOrRelationshipsByIdDecl = |
| 1691 | ( |
| 1692 | relationshipsOrRelationshipsId?: RelationshipsOrRelationshipsId, |
| 1693 | ): Relationships | undefined => |
| 1694 | useThingOrThingById(relationshipsOrRelationshipsId, OFFSET_RELATIONSHIPS); |
| 1695 | |
| 1696 | export const useProvideRelationships: typeof useProvideRelationshipsDecl = ( |
| 1697 | relationshipsId: Id, |
no test coverage detected
searching dependent graphs…