Search

Ctrl + K

JSON

React Prop Types

1const propTypes = {
2  "userId": PropTypes.number,
3  "id": PropTypes.number,
4  "title": PropTypes.string,
5  "completed": PropTypes.bool
6};