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

Interface FlowEntry

edict/frontend/src/api.ts:120–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120export interface FlowEntry {
121 at: string;
122 from: string;
123 to: string;
124 remark: string;
125}
126
127export interface TodoItem {
128 id: string | number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected