MCPcopy
hub / github.com/fccview/jotty / LinkTarget

Interface LinkTarget

app/_server/actions/link/index.ts:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9import { ItemType, LinkIndex, ItemLinks } from "@/app/_types";
10
11export interface LinkTarget {
12 type: ItemType;
13 uuid: string;
14}
15
16const INDEX_FILENAME = ".index.json";
17

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected