Category "type-definition"

Override variable type from external library

I am using a third party library for my react application. There are some incorrect/outdated types. Let's say the library has the following type declarations: d

JSDoc nested types not showing on VSCode

I have this code: typedefs.js /** * A UUID. * Example: 123e4567-e89b-12d3-a456-426655540000 * * @typedef {string} uuid */ /** * @typedef {Object} Notific