mirror of
https://github.com/actions/setup-java.git
synced 2025-05-21 09:51:47 +00:00
2 lines
56 B
TypeScript
2 lines
56 B
TypeScript
export type OsVersions = 'linux' | 'macos' | 'windows';
|