aboutsummaryrefslogtreecommitdiff
path: root/docs/interfaces/ref.DeleteRef.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/interfaces/ref.DeleteRef.md')
-rw-r--r--docs/interfaces/ref.DeleteRef.md34
1 files changed, 11 insertions, 23 deletions
diff --git a/docs/interfaces/ref.DeleteRef.md b/docs/interfaces/ref.DeleteRef.md
index 0099928..138f294 100644
--- a/docs/interfaces/ref.DeleteRef.md
+++ b/docs/interfaces/ref.DeleteRef.md
@@ -4,34 +4,22 @@
[ref](../modules/ref.md).DeleteRef
+Generic interface for declaring effects
+
+**`Example`**
+
+```ts
+interface MyEffect extends Effect<string[]> {}
+```
+
## Type parameters
-| Name | Type |
-| :------ | :------ |
-| `_Key` | extends [`Ref`](../modules/ref.md#ref) |
+| Name | Type | Description |
+| :------ | :------ | :------ |
+| `_Key` | extends [`Ref`](../modules/ref.md#ref) | The output generated by the effect (defaults to `unknown`) |
## Hierarchy
- [`Effect`](effect.Effect.md)
↳ **`DeleteRef`**
-
-## Table of contents
-
-### Properties
-
-- [output](ref.DeleteRef.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)