| 16 | } |
| 17 | |
| 18 | export interface IDragonwellVersions { |
| 19 | os: string; |
| 20 | architecture: string; |
| 21 | jdk_version: string; |
| 22 | checksum: string; |
| 23 | download_link: string; |
| 24 | edition: string; |
| 25 | image_type: string; |
| 26 | } |
nothing calls this directly
no outgoing calls
no test coverage detected