mirror of
https://github.com/actions/setup-java.git
synced 2025-07-22 14:38:22 +02:00
1 line
56 B
TypeScript
1 line
56 B
TypeScript
export type OsVersions = 'linux' | 'macos' | 'windows';
|