Skip to main content

GetContentResponse

@codebolt/types


Interface: GetContentResponse

Defined in: common/types/src/codeboltjstypes/libFunctionTypes/browser.ts:75

Browser SDK Function Types Types for the cbbrowser module functions

Extends

Properties

PropertyTypeInherited fromDefined in
content?string-common/types/src/codeboltjstypes/libFunctionTypes/browser.ts:76
error?stringBaseBrowserSDKResponse.errorcommon/types/src/codeboltjstypes/libFunctionTypes/browser.ts:10
html?string-common/types/src/codeboltjstypes/libFunctionTypes/browser.ts:77
message?stringBaseBrowserSDKResponse.messagecommon/types/src/codeboltjstypes/libFunctionTypes/browser.ts:9
success?booleanBaseBrowserSDKResponse.successcommon/types/src/codeboltjstypes/libFunctionTypes/browser.ts:8
text?string-common/types/src/codeboltjstypes/libFunctionTypes/browser.ts:78