MCPcopy
hub / github.com/diffgram/diffgram / CommandInterface

Interface CommandInterface

frontend/src/helpers/interfaces/Command.ts:1–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface CommandInterface {
2 execute: () => (void);
3 undo: () => (void);
4}

Callers

nothing calls this directly

Implementers 1

TestCommandfrontend/tests/unit/helpers/TestClasse

Calls

no outgoing calls

Tested by

no test coverage detected