MCPcopy Create free account
hub / github.com/danielduarte/flowed / ExampleMap

Interface ExampleMap

test/examples/types.ts:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3export type ExampleFunction = () => OptPromise<ValueMap>;
4
5export interface ExampleMap {
6 [exampleName: string]: ExampleFunction;
7}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected