UpdateTasksResponse
Interface: UpdateTasksResponse
Defined in: common/types/src/codeboltjstypes/libFunctionTypes/taskplaner.ts:46
Response for updating tasks
Extends
Properties
| Property | Type | Inherited from | Defined in |
|---|---|---|---|
error? | string | BaseTaskPlanerSDKResponse.error | common/types/src/codeboltjstypes/libFunctionTypes/taskplaner.ts:10 |
message? | string | BaseTaskPlanerSDKResponse.message | common/types/src/codeboltjstypes/libFunctionTypes/taskplaner.ts:9 |
success? | boolean | BaseTaskPlanerSDKResponse.success | common/types/src/codeboltjstypes/libFunctionTypes/taskplaner.ts:8 |
task? | TaskItem | - | common/types/src/codeboltjstypes/libFunctionTypes/taskplaner.ts:47 |
updated? | boolean | - | common/types/src/codeboltjstypes/libFunctionTypes/taskplaner.ts:48 |