| 1 | export interface JavaInstallerOptions { |
| 2 | version: string; |
| 3 | architecture: string; |
| 4 | packageType: string; |
| 5 | checkLatest: boolean; |
| 6 | } |
| 7 | |
| 8 | export interface JavaInstallerResults { |
| 9 | version: string; |
nothing calls this directly
no outgoing calls
no test coverage detected