mirror of
https://gitea.com/actions/setup-java.git
synced 2025-11-08 02:46:26 +08:00
3 lines
86 B
TypeScript
3 lines
86 B
TypeScript
type OsVersions = 'linux' | 'macos' | 'windows';
|
|
type ArchiveType = 'tar.gz' | 'zip';
|