Klaster1 commented on a change in pull request #6021: IGNITE-11035 Updates in 
queries page.
URL: https://github.com/apache/ignite/pull/6021#discussion_r254123893
 
 

 ##########
 File path: 
modules/web-console/frontend/app/modules/agent/AgentManager.service.js
 ##########
 @@ -723,7 +739,7 @@ export default class AgentManager {
      * @param {Number} pageSize
      * @param {Boolean} [lazy] query flag.
      * @param {Boolean} [collocated] Collocated query.
-     * @returns {Promise}
+     * @returns {Promise<VisorQueryResult>}
 
 Review comment:
   That's not how types in JSDoc or TS work. You are supposed to describe the 
data structure so tooling and fellow developers are aware what's inside. This 
concerns all data received from backend.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to