| 1 | export interface NodeInputs { |
| 2 | versionSpec: string; |
| 3 | arch: string; |
| 4 | auth?: string; |
| 5 | checkLatest: boolean; |
| 6 | stable: boolean; |
| 7 | mirror: string; |
| 8 | mirrorToken: string; |
| 9 | } |
| 10 | |
| 11 | export interface INodeVersionInfo { |
| 12 | downloadUrl: string; |
nothing calls this directly
no outgoing calls
no test coverage detected