Skip to content

Commit

Permalink
Merge pull request #54 from Serpico1899/main
Browse files Browse the repository at this point in the history
πŸ“ add TLesanBody Type
  • Loading branch information
hemedani authored Jan 11, 2024
2 parents 89a4002 + c88fc47 commit d966b3b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions pages/src/api/types/Services/Acts/Act/ActFn/TLesanBody.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# TLesanBody

```ts
export interface TLesanBody {
service?: string;
model: string;
act: string;
details: Details;
}
```

_interface is type of input of Actions_

<h3>Types</h3>
<pre>
<code class="language-ts" style="padding: 0; margin-top: 12px; margin-top: -18px;">
<a href="./TLesanBody/Details.md" target="_blank" style="text-decoration: none; cursor:pointer">Details</a>
</code>
</pre>

0 comments on commit d966b3b

Please sign in to comment.