MCPcopy Create free account
hub / github.com/TanStack/cli / AttributionOutput

Interface AttributionOutput

packages/create/src/attribution.ts:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20export interface AttributionOutput {
21 attributedFiles: Record<string, AttributedFile>
22 dependencies: Array<DependencyAttribution>
23}
24
25type Source = { sourceId: string; sourceName: string }
26

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected