# `@pipedream/types`

TypeScript types for [Pipedream components](https://pipedream.com/docs/components/api/) (sources and actions).

## Developing 

```bash
npm install
```

Run tests, which use `dtslint`:

```bash
npm run test
```

Build:

```bash
npm run build
```