| 9 | import { ItemType, LinkIndex, ItemLinks } from "@/app/_types"; |
| 10 | |
| 11 | export interface LinkTarget { |
| 12 | type: ItemType; |
| 13 | uuid: string; |
| 14 | } |
| 15 | |
| 16 | const INDEX_FILENAME = ".index.json"; |
| 17 |
nothing calls this directly
no outgoing calls
no test coverage detected