cara memperluas jenis jsdoc

 /**
 * @typedef {Object} ChildType
 * @property {String} childProp
 *
 * @typedef {Base & ChildType} Child
 */
Emmanuel Mahuni