adopted-ember-addons / adopted-ember-addons/validated-changeset

No type for the data passed in?

Aperta
#140 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
TypeScript
Stelle
38
Fork
27
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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
```

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.