Skip to main content

ParsableOutput

@codebolt/types


Type Alias: ParsableOutput

type ParsableOutput =
| string
| string[]
| {
toString: string;
};

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