adopted-ember-addons / adopted-ember-addons/validated-changeset
No type for the data passed in?
Abierto
- Lenguaje dominante
- TypeScript
- Estrellas
- 38
- Forks
- 27
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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
```
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.