Skip to content

Commit

Permalink
Merge pull request #58 from Serpico1899/main
Browse files Browse the repository at this point in the history
πŸ“ add Acts Type document
  • Loading branch information
hemedani authored Jan 11, 2024
2 parents 3d5c761 + d2dbd56 commit be3c059
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions pages/src/api/types/Services/Acts.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ export interface Acts {
}
```

*Acts include two features : dynamic and static dynamic for dynamic request and static for static request*

_Acts include two features : dynamic and static dynamic for dynamic request and static for static request_
<br>

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

0 comments on commit be3c059

Please sign in to comment.