Skip to main content

CommandOutput

@codebolt/types


Interface: CommandOutput

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

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
message?string-BaseTerminalSDKResponse.messagecommon/types/src/codeboltjstypes/libFunctionTypes/terminal.ts:10
outputstring--common/types/src/codeboltjstypes/libFunctionTypes/terminal.ts:17
stderr?string--common/types/src/codeboltjstypes/libFunctionTypes/terminal.ts:19
stdout?string--common/types/src/codeboltjstypes/libFunctionTypes/terminal.ts:18
success?boolean-BaseTerminalSDKResponse.successcommon/types/src/codeboltjstypes/libFunctionTypes/terminal.ts:9
type?"commandOutput"BaseTerminalSDKResponse.type-common/types/src/codeboltjstypes/libFunctionTypes/terminal.ts:16