ParsableOutput
Type Alias: ParsableOutput
type ParsableOutput =
| string
| string[]
| {
toString: string;
};
Defined in: common/types/src/codeboltjstypes/libFunctionTypes/outputparsers.ts:41
type ParsableOutput =
| string
| string[]
| {
toString: string;
};
Defined in: common/types/src/codeboltjstypes/libFunctionTypes/outputparsers.ts:41