[ts-types-lang](../README.md) / [Modules](../modules.md) / [exception](../modules/exception.md) / Try # Interface: Try<_E, _Catch\> [exception](../modules/exception.md).Try ## Type parameters | Name | Type | | :------ | :------ | | `_E` | extends [`Effect`](effect.Effect.md) | | `_Catch` | extends [`Func`](../modules/effect.md#func) | ## Hierarchy - [`Effect`](effect.Effect.md) ↳ **`Try`** ## Table of contents ### Properties - [output](exception.Try.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)