DeleteThreadResponse
Interface: DeleteThreadResponse
Defined in: common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:208
Response for deleting a thread
Extends
Properties
| Property | Type | Inherited from | Defined in |
|---|---|---|---|
deletedAt? | string | - | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:210 |
error? | string | BaseThreadSDKResponse.error | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:10 |
message? | string | BaseThreadSDKResponse.message | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:9 |
success? | boolean | BaseThreadSDKResponse.success | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:8 |
threadId? | string | - | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:209 |