Skip to content

Commit

Permalink
Merge pull request #60 from Serpico1899/main
Browse files Browse the repository at this point in the history
πŸ“ add TRelatedRelation Type document
  • Loading branch information
hemedani authored Jan 11, 2024
2 parents 8af9933 + 3504752 commit 6bbf495
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pages/src/api/types/schema/model/TRelation/TRelatedRelation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ export type TRelatedRelation = {
};
};
```
the `TRelatedRelation` type has the following type :

- [`RelationDataType`](./RelationDataType.md)
- [`RelationSortOrderType`](./RelationSortOrderType.md)
<h3>Types</h3>
<pre>
<code class="language-ts" style="padding: 0; margin-top: 12px; margin-top: -18px;">
<a href="./RelationDataType.md" target="_blank" style="text-decoration: none; cursor:pointer">RelationDataType</a>
<a href="./RelationSortOrderType.md" target="_blank" style="text-decoration: none; cursor:pointer">RelationSortOrderType</a>
</code>
</pre>

0 comments on commit 6bbf495

Please sign in to comment.