UpdateProjectStateResponse
Interface: UpdateProjectStateResponse
Defined in: common/types/src/codeboltjstypes/libFunctionTypes/state.ts:18
State SDK Function Types Types for the cbstate module functions
Extends
Properties
| Property | Type | Inherited from | Defined in |
|---|---|---|---|
error? | string | BaseStateSDKResponse.error | common/types/src/codeboltjstypes/libFunctionTypes/state.ts:10 |
message? | string | BaseStateSDKResponse.message | common/types/src/codeboltjstypes/libFunctionTypes/state.ts:9 |
state? | Record<string, any> | - | common/types/src/codeboltjstypes/libFunctionTypes/state.ts:19 |
success? | boolean | BaseStateSDKResponse.success | common/types/src/codeboltjstypes/libFunctionTypes/state.ts:8 |