blob: c46bd22d8120194eadd50835c15bce351d10085a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
[ts-types-lang](../README.md) / [Modules](../modules.md) / [util](../modules/util.md) / IdK
# Interface: IdK
[util](../modules/util.md).IdK
## Hierarchy
- [`Kind1`](effect.Kind1.md)
↳ **`IdK`**
## Table of contents
### Properties
- [input](util.IdK.md#input)
- [return](util.IdK.md#return)
## Properties
### input
• **input**: `unknown`
#### Inherited from
[Kind1](effect.Kind1.md).[input](effect.Kind1.md#input)
#### Defined in
[effect.ts:6](https://github.com/phenax/ts-types-runtime-environment/blob/6c7b4f3/stdlib/effect.ts#L6)
___
### return
• **return**: `unknown`
#### Overrides
[Kind1](effect.Kind1.md).[return](effect.Kind1.md#return)
#### Defined in
[util.ts:9](https://github.com/phenax/ts-types-runtime-environment/blob/6c7b4f3/stdlib/util.ts#L9)
|