ember-changeset-validations icon indicating copy to clipboard operation
ember-changeset-validations copied to clipboard

`description` option type missing for validators

Open bartocc opened this issue 1 year ago • 0 comments

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?

bartocc avatar Nov 30 '23 09:11 bartocc