Skip to content

Commit

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

*interface of Act is include of two features: validator of function and fn*
_interface of Act is include of two features: validator of function and fn_
<br>

<br>

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

0 comments on commit c003eca

Please sign in to comment.