diff options
Diffstat (limited to 'vnext/src/api/index.js')
-rw-r--r-- | vnext/src/api/index.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vnext/src/api/index.js b/vnext/src/api/index.js index 50a9d5f9..f2112dda 100644 --- a/vnext/src/api/index.js +++ b/vnext/src/api/index.js @@ -11,7 +11,7 @@ const apiBaseUrl = 'https://juick.com'; /** * @typedef {Object} User - * @property {string} uname + * @property {string=} uname * @property {number} uid * @property {number=} unreadCount * @property {string=} avatar @@ -23,8 +23,8 @@ const apiBaseUrl = 'https://juick.com'; /** * @typedef {Object} SecureUserProperties - * @property {string} hash - * @property {Token[]} tokens + * @property {string=} hash + * @property {Token[]=} tokens */ /** |