MCPcopy Create free account
hub / github.com/bit-matrix/script-wiz-lib / IStackDataList

Interface IStackDataList

src/model/IStackDataList.ts:3–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import IStackData from "./IStackData";
2
3interface IStackDataList {
4 inputHexes: string[];
5 main: IStackData[];
6 alt: IStackData[];
7 flow: boolean[];
8 altFlow: boolean[];
9 isStackFailed: boolean;
10 errorMessage?: string;
11}
12
13export default IStackDataList;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected