Skip to content

Commit

Permalink
Merge pull request #73 from Serpico1899/main
Browse files Browse the repository at this point in the history
πŸ“ add relatedRelationFns document(api reference)
  • Loading branch information
hemedani authored Jan 13, 2024
2 parents bcadf99 + c0cc3ed commit 7daa2a4
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions pages/src/api/schemas/relatedRelationFns/relatedRelation_Fns.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
# relatedRelationFns

this function is create for define all things in local scope
and also all functions of outrelation define in this function
@function
@returns - return objects of all functions that define in this function
```ts
const relatedRelationFns = (schemasObj: TSchemas)
```

_This function is create for define all things in local scope and also all functions of outrelation define in this function_

</br>
<details open>
<summary>
Return
</summary>
<pre>
<code class="language-json" style="padding: 0;">
<a href="./getRelatedRelations_fn.md" target="_blank" style="text-decoration: none; cursor:pointer">getRelatedRelations</a>
</code>
</pre>
</details>

<h3 >Parameters</h3>
<pre>
<code class="language-ts" style="padding: 0; margin-top: 12px; margin-top: -18px;">
schemasObj: <a href="../../types/schema/Tschemas.md" target="_blank" style="text-decoration: none; cursor:pointer">TSchemas</a>
</code>
</pre>

0 comments on commit 7daa2a4

Please sign in to comment.