Skip to content
Permalink
Browse files
Add typedef.js for specific datatypes
  • Loading branch information
jeea2 committed Nov 27, 2019
1 parent 40e5569 commit 70f54971c5331d2d5ae1fbd466b2393ea8880c5d
Showing 1 changed file with 10 additions and 0 deletions.
@@ -0,0 +1,10 @@
/** @typedef {Object} userData
* @property {string} id
* @property {string} user - username
* @property {string} password
* @property {string} email
* @property {string} location
* @property {string} profileImg - profile picture
* @property {string} profileTxt - profile summary
* @property {string} registeredDate
*/

0 comments on commit 70f5497

Please sign in to comment.