adopted-ember-addons / adopted-ember-addons/validated-changeset
No type for the data passed in?
Ouverte
- Langage dominant
- TypeScript
- Étoiles
- 38
- Forks
- 27
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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
```
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.