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