adopted-ember-addons / adopted-ember-addons/ember-changeset-validations
`description` option type missing for validators
Aperta
- Lingua principale
- JavaScript
- Stelle
- 215
- Fork
- 98
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
We use this a lot in our codebase, and it is working at runtime, but I realized that this API is not present in `@types/ember-changeset-validations`
```ts
username: validatePresence({
presence: true,
description: "Le nom d'utilisateur"
})
```
Should this API be deprecated, or the types updated?
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.