TerminalStreamResponse
Type Alias: TerminalStreamResponse
type TerminalStreamResponse =
| CommandOutput
| CommandError
| CommandFinish;
Defined in: common/types/src/codeboltjstypes/libFunctionTypes/terminal.ts:60
Union type for terminal stream responses