diff options
author | Vitaly Takmazov | 2019-08-14 15:31:25 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:55 +0300 |
commit | bf5bc428492c6ec8731c4bdfeac09223d8df74c1 (patch) | |
tree | 9596b6efcaa10fd7ce6dec6ff00b639789c784ea /vnext/src/api | |
parent | d615102492319d753a8695daaa18b40fb8e78f84 (diff) |
cleanup lint warnings / update jsdoc
Diffstat (limited to 'vnext/src/api')
-rw-r--r-- | vnext/src/api/index.js | 6 |
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 */ /** |