adopted-ember-addons / validated-changeset

Buffering changes to form data
MIT License
36 stars 27 forks source link

Type `Config` exported from `validated-changeset/dist/types` is missing the `changeset` key #154

Open bartocc opened 2 years ago

bartocc commented 2 years ago

According to this ember-changeset doc, we can specify the class of the Changeset we want to use when building a changeset.

I believe the type Config, which contains two optional keys at the moment (skipValidate and changesetKeys), is missing the third key changeset