adopted-ember-addons / adopted-ember-addons/validated-changeset
No type for the data passed in?
Open
- Dominant language
- TypeScript
- Stars
- 38
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
When initiating a changes like the following, it's not possible to get a type for the data:
```ts
const changeset = new Changeset(this.store.createRecord('some-model'));
changeset.data; // Will not have the type of the data passed
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.