How to specify the shape of an object with PropTypes code example Example: proptypes shape PropTypes.shape({ name: PropTypes.string, age: PropTypes.number })