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

Interface IStackData

src/model/IStackData.ts:1–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface IStackData {
2 input: string;
3 byteValue: string;
4 byteValueDisplay: string;
5 // stringValue?: string;
6 numberValue?: number;
7}
8
9export default IStackData;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected