mirror of
https://github.com/actions/setup-java.git
synced 2025-05-21 18:01:46 +00:00
3 lines
86 B
TypeScript
3 lines
86 B
TypeScript
type OsVersions = 'linux' | 'macos' | 'windows';
|
|
type ArchiveType = 'tar.gz' | 'zip';
|