GetRankingResponse
Interface: GetRankingResponse
Defined in: common/types/src/codeboltjstypes/libFunctionTypes/agentPortfolio.ts:199
Agent Portfolio SDK Function Types Types for the agent portfolio module functions
Extends
Properties
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
data? | RankingEntry[] | Ranking entries - returned in 'data' property from cliLib | - | common/types/src/codeboltjstypes/libFunctionTypes/agentPortfolio.ts:201 |
error? | string | - | BaseAgentPortfolioSDKResponse.error | common/types/src/codeboltjstypes/libFunctionTypes/agentPortfolio.ts:10 |
message? | string | - | BaseAgentPortfolioSDKResponse.message | common/types/src/codeboltjstypes/libFunctionTypes/agentPortfolio.ts:9 |
requestId? | string | Request identifier | BaseAgentPortfolioSDKResponse.requestId | common/types/src/codeboltjstypes/libFunctionTypes/agentPortfolio.ts:12 |
success? | boolean | - | BaseAgentPortfolioSDKResponse.success | common/types/src/codeboltjstypes/libFunctionTypes/agentPortfolio.ts:8 |
timestamp? | string | Response timestamp | BaseAgentPortfolioSDKResponse.timestamp | common/types/src/codeboltjstypes/libFunctionTypes/agentPortfolio.ts:14 |