diff --git a/pages/src/api/types/Services/Acts/Act/ActFn/TLesanBody.md b/pages/src/api/types/Services/Acts/Act/ActFn/TLesanBody.md new file mode 100644 index 00000000..3a07bd60 --- /dev/null +++ b/pages/src/api/types/Services/Acts/Act/ActFn/TLesanBody.md @@ -0,0 +1,19 @@ +# TLesanBody + +```ts +export interface TLesanBody { + service?: string; + model: string; + act: string; + details: Details; +} +``` + +_interface is type of input of Actions_ + +

Types

+
+  
+    Details
+  
+