XMLParseResult
Interface: XMLParseResult
Defined in: common/types/src/codeboltjstypes/libFunctionTypes/outputparsers.ts:18
Output Parsers SDK Function Types Types for the cboutputparsers module functions
Extends
Properties
| Property | Type | Inherited from | Defined in |
|---|---|---|---|
error? | Error | BaseOutputParserResponse.error | common/types/src/codeboltjstypes/libFunctionTypes/outputparsers.ts:9 |
parsed? | { [key: string]: unknown; rootElement: string; } | - | common/types/src/codeboltjstypes/libFunctionTypes/outputparsers.ts:19 |
parsed.rootElement | string | - | common/types/src/codeboltjstypes/libFunctionTypes/outputparsers.ts:20 |
success | boolean | BaseOutputParserResponse.success | common/types/src/codeboltjstypes/libFunctionTypes/outputparsers.ts:8 |