MCPcopy
hub / github.com/intentui/intentui / FileItem

Interface FileItem

src/scripts/extract-components-from-registry.ts:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import path from 'node:path'
3
4interface FileItem {
5 path: string
6 type: string
7}
8
9interface RegistryItem {
10 name: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected