jo

Results 2 issues of jo

- [x] **System Information** - [x] OS type and version: Mac OS X 10.14.2. - [x] Node version: v8.11.2 - [x] Any error messages that may be in the console...

Hello, I'm looking to use rest.ts with runtypes and tried this example: https://github.com/hmil/rest.ts/wiki/Usage-with-Runtypes. But I'm getting errors in a few places: ```typescript const FlowerIndexedAttribute = rt.Union('color', 'name'); ``` gives me:...