v2.4.0
Improvements
- #86 Type hints no longer needed when building a query from the model class. E.g.
Artist .get() // Now a Promise<PluralResult<Artist>>, no longer a // Promise<PluralResult<Model>>
Improvements
Artist
.get() // Now a Promise<PluralResult<Artist>>, no longer a
// Promise<PluralResult<Model>>