aboutsummaryrefslogtreecommitdiff
path: root/docs/interfaces/stdio.Print.md
blob: 0450b4f274ee585b9f59683a26b72318ed246396 (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
[ts-types-lang](../README.md) / [Modules](../modules.md) / [stdio](../modules/stdio.md) / Print

# Interface: Print<_\>

[stdio](../modules/stdio.md).Print

Generic interface for declaring effects

**`Example`**

```ts
interface MyEffect extends Effect<string[]> {}
```

## Type parameters

| Name | Type | Description |
| :------ | :------ | :------ |
| `_` | extends `any` | The output generated by the effect (defaults to `unknown`) |

## Hierarchy

- [`Effect`](effect.Effect.md)

  ↳ **`Print`**