| 1 | import type { InternalLinkLookupItem } from '../../../shared/notes/internalLinks' |
| 2 | import type { InternalLinksResolveResponse } from '../dto/internal-links' |
| 3 | import Elysia from 'elysia' |
| 4 | import { buildNoteFolderPathMap } from '../../../shared/notes/folderPath' |
nothing calls this directly
no test coverage detected