aboutsummaryrefslogtreecommitdiff
path: root/docs/interfaces/sys.SetEvalEnvironment.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/interfaces/sys.SetEvalEnvironment.md')
-rw-r--r--docs/interfaces/sys.SetEvalEnvironment.md34
1 files changed, 11 insertions, 23 deletions
diff --git a/docs/interfaces/sys.SetEvalEnvironment.md b/docs/interfaces/sys.SetEvalEnvironment.md
index 4784697..e7f76d6 100644
--- a/docs/interfaces/sys.SetEvalEnvironment.md
+++ b/docs/interfaces/sys.SetEvalEnvironment.md
@@ -4,34 +4,22 @@
[sys](../modules/sys.md).SetEvalEnvironment
+Generic interface for declaring effects
+
+**`Example`**
+
+```ts
+interface MyEffect extends Effect<string[]> {}
+```
+
## Type parameters
-| Name | Type |
-| :------ | :------ |
-| `_Env` | extends ``"test.node"`` \| ``"node"`` |
+| Name | Type | Description |
+| :------ | :------ | :------ |
+| `_Env` | extends ``"test.node"`` \| ``"node"`` | The output generated by the effect (defaults to `unknown`) |
## Hierarchy
- [`Effect`](effect.Effect.md)
↳ **`SetEvalEnvironment`**
-
-## Table of contents
-
-### Properties
-
-- [output](sys.SetEvalEnvironment.md#output)
-
-## Properties
-
-### output
-
-• **output**: `unknown`
-
-#### Inherited from
-
-[Effect](effect.Effect.md).[output](effect.Effect.md#output)
-
-#### Defined in
-
-[effect.ts:2](https://github.com/phenax/ts-types-runtime-environment/blob/6c7b4f3/stdlib/effect.ts#L2)