UpdateThreadResponse
Interface: UpdateThreadResponse
Defined in: common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:196
Response for updating a thread
Extends
Properties
| Property | Type | Inherited from | Defined in |
|---|---|---|---|
description? | string | - | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:199 |
error? | string | BaseThreadSDKResponse.error | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:10 |
message? | string | BaseThreadSDKResponse.message | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:9 |
metadata? | Record<string, unknown> | - | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:202 |
status? | string | - | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:200 |
success? | boolean | BaseThreadSDKResponse.success | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:8 |
threadId? | string | - | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:197 |
title? | string | - | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:198 |
updatedAt? | string | - | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:201 |