UpdateActionPlanResponse
Interface: UpdateActionPlanResponse
Defined in: common/types/src/codeboltjstypes/libFunctionTypes/actionPlan.ts:105
Action Plan SDK Function Types Types for the codeboltActionPlan module functions
Extends
Properties
| Property | Type | Inherited from | Defined in |
|---|---|---|---|
error? | string | BaseActionPlanSDKResponse.error | common/types/src/codeboltjstypes/libFunctionTypes/actionPlan.ts:10 |
message? | string | BaseActionPlanSDKResponse.message | common/types/src/codeboltjstypes/libFunctionTypes/actionPlan.ts:9 |
plan? | ActionPlan | - | common/types/src/codeboltjstypes/libFunctionTypes/actionPlan.ts:106 |
success? | boolean | BaseActionPlanSDKResponse.success | common/types/src/codeboltjstypes/libFunctionTypes/actionPlan.ts:8 |