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