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
How to document it with JSDoc so this lib can parse it?
My failed attempt was
/** * An animal, human friend * @interface Dog * @property {string} name * @property {number} age * @memberof module:modulename */interfaceDog{name: stringage: number}