mirror of
https://github.com/actions/setup-java.git
synced 2026-09-25 14:38:37 +00:00
3 lines
86 B
TypeScript
3 lines
86 B
TypeScript
type OsVersions = 'linux' | 'macos' | 'windows';
|
|
type ArchiveType = 'tar.gz' | 'zip';
|