// A type definition with required and optional property /** * User type definition * @typedef {Object} User * @property {string} email * @property {string} [nickName] */