BaseBackgroundThreadSDKResponse
@codebolt/types
Interface: BaseBackgroundThreadSDKResponse
Defined in: common/types/src/codeboltjstypes/libFunctionTypes/backgroundChildThreads.ts:7
Background Child Threads SDK Function Types
Types for the backgroundChildThreads module functions
Properties
| Property | Type | Defined in |
|---|
error? | string | common/types/src/codeboltjstypes/libFunctionTypes/backgroundChildThreads.ts:10 |
message? | string | common/types/src/codeboltjstypes/libFunctionTypes/backgroundChildThreads.ts:9 |
success? | boolean | common/types/src/codeboltjstypes/libFunctionTypes/backgroundChildThreads.ts:8 |