Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix type error for array+object shorthand
Something like this didn't work before:
```
const allFeedSchema = new schema.Entity('posts', { authors: [{ node: authorSchema }] });
```
Fixes #322
- Loading branch information