mirror of
https://github.com/actions/setup-java.git
synced 2025-11-06 23:03:48 +00:00
2 lines
56 B
TypeScript
2 lines
56 B
TypeScript
export type OsVersions = 'linux' | 'macos' | 'windows';
|