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
A simple Object typedef with property descriptions like
/** * @typedef {Object} Options * @property {string} url - The url to send the request to. * @property {string} [apiKey] - The API key to use for the request. */
should output a documentation like
Note the descriptions for all properties are correctly listed. The output in the screenshot is from v0.22.x.
Actual Behavior
In v0.23.x, the properties are listed without the descriptions: