aboutsummaryrefslogtreecommitdiff
path: root/docs/interfaces/test.Test.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/interfaces/test.Test.md')
-rw-r--r--docs/interfaces/test.Test.md38
1 files changed, 38 insertions, 0 deletions
diff --git a/docs/interfaces/test.Test.md b/docs/interfaces/test.Test.md
new file mode 100644
index 0000000..66e6c93
--- /dev/null
+++ b/docs/interfaces/test.Test.md
@@ -0,0 +1,38 @@
+[ts-types-lang](../README.md) / [Modules](../modules.md) / [test](../modules/test.md) / Test
+
+# Interface: Test<_m, _effs\>
+
+[test](../modules/test.md).Test
+
+## Type parameters
+
+| Name | Type |
+| :------ | :------ |
+| `_m` | extends `string` |
+| `_effs` | extends [`Effect`](effect.Effect.md)[] |
+
+## Hierarchy
+
+- [`Effect`](effect.Effect.md)
+
+ ↳ **`Test`**
+
+## Table of contents
+
+### Properties
+
+- [output](test.Test.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)