**Specify your setup** - Operating System: - Node version: - npm version: - version of @node-oauth/oauth2-server - which [OAuth2 workflow](https://datatracker.ietf.org/doc/html/rfc6749.html#section-1.3): - at [which workflow step](https://datatracker.ietf.org/doc/html/rfc6749.html#section-1.2) does the error occur: **Describe the bug** Typescript type seems to be wrong for the `revokeToken` argument `token` https://github.com/node-oauth/node-oauth2-server/blob/b9d4093eea7644fde3b982a46922dcef7dcae75c/index.d.ts#L371 **Expected behavior** Should be only RefreshToken
Specify your setup
Describe the bug
Typescript type seems to be wrong for the
revokeTokenargumenttokennode-oauth2-server/index.d.ts
Line 371 in b9d4093
Expected behavior
Should be only RefreshToken