MCPcopy
hub / github.com/cft0808/edict / ActionResult

Interface ActionResult

edict/frontend/src/api.ts:114–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112// ── Types ──
113
114export interface ActionResult {
115 ok: boolean;
116 message?: string;
117 error?: string;
118}
119
120export interface FlowEntry {
121 at: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected