Skip to main content

XMLParseResult

@codebolt/types


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

PropertyTypeInherited fromDefined in
error?ErrorBaseOutputParserResponse.errorcommon/types/src/codeboltjstypes/libFunctionTypes/outputparsers.ts:9
parsed?{ [key: string]: unknown; rootElement: string; }-common/types/src/codeboltjstypes/libFunctionTypes/outputparsers.ts:19
parsed.rootElementstring-common/types/src/codeboltjstypes/libFunctionTypes/outputparsers.ts:20
successbooleanBaseOutputParserResponse.successcommon/types/src/codeboltjstypes/libFunctionTypes/outputparsers.ts:8