ember-changeset-validations
ember-changeset-validations copied to clipboard
`description` option type missing for validators
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
username: validatePresence({
presence: true,
description: "Le nom d'utilisateur"
})
Should this API be deprecated, or the types updated?