MCPcopy
hub / github.com/pyrochlore/obsidian-tracker / FnMapDatasetToValue

Interface FnMapDatasetToValue

src/expr.ts:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24) => number | Moment | Dataset | string;
25
26interface FnMapDatasetToValue {
27 [key: string]: FnDatasetToValue;
28}
29
30interface FnMapDatasetToDataset {
31 [key: string]: FnDatasetToDataset;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected