GetSummarizeResponse
Interface: GetSummarizeResponse
Defined in: common/types/src/codeboltjstypes/libFunctionTypes/history.ts:19
History SDK Function Types Types for the cbhistory module functions
Extends
Properties
| Property | Type | Inherited from | Defined in |
|---|---|---|---|
depth? | number | - | common/types/src/codeboltjstypes/libFunctionTypes/history.ts:22 |
error? | string | BaseHistorySDKResponse.error | common/types/src/codeboltjstypes/libFunctionTypes/history.ts:10 |
message? | string | BaseHistorySDKResponse.message | common/types/src/codeboltjstypes/libFunctionTypes/history.ts:9 |
payload? | string | - | common/types/src/codeboltjstypes/libFunctionTypes/history.ts:20 |
success? | boolean | BaseHistorySDKResponse.success | common/types/src/codeboltjstypes/libFunctionTypes/history.ts:8 |
summary? | string | - | common/types/src/codeboltjstypes/libFunctionTypes/history.ts:21 |