Skip to main content

CSVParseResult

@codebolt/types


Interface: CSVParseResult

Defined in: common/types/src/codeboltjstypes/libFunctionTypes/outputparsers.ts:31

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?CSVRow[]-common/types/src/codeboltjstypes/libFunctionTypes/outputparsers.ts:32
successbooleanBaseOutputParserResponse.successcommon/types/src/codeboltjstypes/libFunctionTypes/outputparsers.ts:8