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