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