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

Interface AttributionInput

packages/create/src/attribution.ts:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11} from './types.js'
12
13export interface AttributionInput {
14 framework: Framework
15 chosenAddOns: Array<AddOn>
16 starter?: Starter
17 files: Record<string, string>
18}
19
20export interface AttributionOutput {
21 attributedFiles: Record<string, AttributedFile>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected