aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/api
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-08-14 15:31:25 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:55 +0300
commitbf5bc428492c6ec8731c4bdfeac09223d8df74c1 (patch)
tree9596b6efcaa10fd7ce6dec6ff00b639789c784ea /vnext/src/api
parentd615102492319d753a8695daaa18b40fb8e78f84 (diff)
cleanup lint warnings / update jsdoc
Diffstat (limited to 'vnext/src/api')
-rw-r--r--vnext/src/api/index.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/vnext/src/api/index.js b/vnext/src/api/index.js
index f2112dda..31bb3096 100644
--- a/vnext/src/api/index.js
+++ b/vnext/src/api/index.js
@@ -25,6 +25,12 @@ const apiBaseUrl = 'https://juick.com';
* @typedef {Object} SecureUserProperties
* @property {string=} hash
* @property {Token[]=} tokens
+ * @property {string=} telegramName
+ * @property {string=} twitterName
+ * @property {string[]=} jids
+ * @property {string[]=} emails
+ * @property {string=} activeEmail
+ * @property {{connected: boolean, crosspostEnabled: boolean}=} facebookStatus
*/
/**