Skip to main content

TerminalInterruptResponse

@codebolt/types


Interface: TerminalInterruptResponse

Defined in: common/types/src/codeboltjstypes/libFunctionTypes/terminal.ts:37

Terminal SDK Function Types Types for the cbterminal module functions

Extends

Properties

PropertyTypeOverridesInherited fromDefined in
error?string-BaseTerminalSDKResponse.errorcommon/types/src/codeboltjstypes/libFunctionTypes/terminal.ts:11
interrupted?boolean--common/types/src/codeboltjstypes/libFunctionTypes/terminal.ts:39
message?string-BaseTerminalSDKResponse.messagecommon/types/src/codeboltjstypes/libFunctionTypes/terminal.ts:10
success?boolean-BaseTerminalSDKResponse.successcommon/types/src/codeboltjstypes/libFunctionTypes/terminal.ts:9
type?"terminalInterruptResponse"BaseTerminalSDKResponse.type-common/types/src/codeboltjstypes/libFunctionTypes/terminal.ts:38