| 138 | } |
| 139 | |
| 140 | interface installerInputsOptions { |
| 141 | architecture: string; |
| 142 | packageType: string; |
| 143 | checkLatest: boolean; |
| 144 | distributionName: string; |
| 145 | jdkFile: string; |
| 146 | toolchainIds: Array<string>; |
| 147 | } |
nothing calls this directly
no outgoing calls
no test coverage detected