mirror of
https://github.com/actions/setup-java.git
synced 2026-04-27 00:07:28 +03:00
3 lines
86 B
TypeScript
3 lines
86 B
TypeScript
type OsVersions = 'linux' | 'macos' | 'windows';
|
|
type ArchiveType = 'tar.gz' | 'zip';
|