diff options
Diffstat (limited to 'docs/interfaces/effect.Noop.md')
| -rw-r--r-- | docs/interfaces/effect.Noop.md | 28 |
1 files changed, 8 insertions, 20 deletions
diff --git a/docs/interfaces/effect.Noop.md b/docs/interfaces/effect.Noop.md index 84d5a14..79cd0d7 100644 --- a/docs/interfaces/effect.Noop.md +++ b/docs/interfaces/effect.Noop.md @@ -4,28 +4,16 @@ [effect](../modules/effect.md).Noop -## Hierarchy - -- [`Effect`](effect.Effect.md) - - ↳ **`Noop`** - -## Table of contents - -### Properties +Generic interface for declaring effects -- [output](effect.Noop.md#output) +**`Example`** -## Properties +```ts +interface MyEffect extends Effect<string[]> {} +``` -### output - -• **output**: `unknown` - -#### Inherited from - -[Effect](effect.Effect.md).[output](effect.Effect.md#output) +## Hierarchy -#### Defined in +- [`Effect`](effect.Effect.md) -[effect.ts:2](https://github.com/phenax/ts-types-runtime-environment/blob/6c7b4f3/stdlib/effect.ts#L2) + ↳ **`Noop`** |
