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
@Stono I had a look at this, it's not going to be a small change set. You'd need to create a separate type for the whole options object, make it optional, and destructure inside the function body. That being said, I will let you know if I have any updates
When you have a single option, that's optional (for example
namespace
here), it'd be good if the whole options object was optional.Currently you have to do
.list({})
The text was updated successfully, but these errors were encountered: