# Types

The types in this folder are generated using `tsc`. 

**Do not edit these files directly**. 

To clean all types and rebuild, run `yarn build:types`. To regenerate widget types, run `yarn generate:types`. This can be run with a `--watch` argument:

```
yarn generate:types --watch
```
