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