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.md37
1 files changed, 37 insertions, 0 deletions
diff --git a/docs/interfaces/ref.DeleteRef.md b/docs/interfaces/ref.DeleteRef.md
new file mode 100644
index 0000000..0099928
--- /dev/null
+++ b/docs/interfaces/ref.DeleteRef.md
@@ -0,0 +1,37 @@
+[ts-types-lang](../README.md) / [Modules](../modules.md) / [ref](../modules/ref.md) / DeleteRef
+
+# Interface: DeleteRef<_Key\>
+
+[ref](../modules/ref.md).DeleteRef
+
+## Type parameters
+
+| Name | Type |
+| :------ | :------ |
+| `_Key` | extends [`Ref`](../modules/ref.md#ref) |
+
+## 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)