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