diff options
Diffstat (limited to 'docs/interfaces/test.ShowAssertionError.md')
| -rw-r--r-- | docs/interfaces/test.ShowAssertionError.md | 36 |
1 files changed, 12 insertions, 24 deletions
diff --git a/docs/interfaces/test.ShowAssertionError.md b/docs/interfaces/test.ShowAssertionError.md index 49ba54b..057be1e 100644 --- a/docs/interfaces/test.ShowAssertionError.md +++ b/docs/interfaces/test.ShowAssertionError.md @@ -4,35 +4,23 @@ [test](../modules/test.md).ShowAssertionError +Generic interface for declaring effects + +**`Example`** + +```ts +interface MyEffect extends Effect<string[]> {} +``` + ## Type parameters -| Name | Type | -| :------ | :------ | -| `_L` | extends `unknown` | -| `_R` | extends `unknown` | +| Name | Type | Description | +| :------ | :------ | :------ | +| `_L` | extends `unknown` | The output generated by the effect (defaults to `unknown`) | +| `_R` | extends `unknown` | - | ## Hierarchy - [`Effect`](effect.Effect.md) ↳ **`ShowAssertionError`** - -## Table of contents - -### Properties - -- [output](test.ShowAssertionError.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) |
