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

No type for the data passed in?

Abierto
#140 0 comentarios 0 reacciones 0 asignados Ver en GitHub
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.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.