diff options
author | Vitaly Takmazov | 2019-07-26 15:08:26 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:55 +0300 |
commit | 050ac675c030b9de6abde874d63c54aaaa80d0d6 (patch) | |
tree | 553efe6bb6cf609ccd92e2de29bff6940a88d4ca /vnext/src/api | |
parent | 7f5b17162587953307c71da1b137e5f416de11bb (diff) |
more jsdoc
Diffstat (limited to 'vnext/src/api')
-rw-r--r-- | vnext/src/api/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vnext/src/api/index.js b/vnext/src/api/index.js index 330b3f9e..50a9d5f9 100644 --- a/vnext/src/api/index.js +++ b/vnext/src/api/index.js @@ -57,6 +57,7 @@ const apiBaseUrl = 'https://juick.com'; * @property {string=} attach * @property {string=} timestamp * @property {boolean=} ReadOnly + * @property {number=} replyto */ |