MCPcopy Create free account
hub / github.com/Modulus-Labs/RockyBot / ActionContributionListData

Interface ActionContributionListData

front-end/src/sample_data.ts:1–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface ActionContributionListData {
2 actionText: string;
3 dataText: string;
4 isAction: boolean;
5 timestamp: Date;
6}
7
8export interface RockyGraphData {
9 timestamp: Date,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected