You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the Nostrum.Api module, currently the options type is simply defined as a map | list.
This does not provide much context for which keys/values are specifically required/optional and how they are typed.
With the upcoming decomposition of Nostrum.Api into submodules, this may be an appropriate location to define more structured types for option arguments. Something like this:
On the
Nostrum.Api
module, currently theoptions
type is simply defined as amap | list
.This does not provide much context for which keys/values are specifically required/optional and how they are typed.
With the upcoming decomposition of
Nostrum.Api
into submodules, this may be an appropriate location to define more structured types for option arguments. Something like this:The text was updated successfully, but these errors were encountered: