mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 09:56:46 +00:00
1 line
56 B
TypeScript
1 line
56 B
TypeScript
export type OsVersions = 'linux' | 'macos' | 'windows';
|