adopted-ember-addons / adopted-ember-addons/ember-changeset-validations

`description` option type missing for validators

Open
#353 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
JavaScript
Stars
215
Forks
98
PR merge metrics
No merged PRs in 30d

Description

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?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.