mirror of
https://gitee.com/jack_whh/setup-java.git
synced 2026-03-10 02:12:55 +08:00
2 lines
56 B
TypeScript
2 lines
56 B
TypeScript
export type OsVersions = 'linux' | 'macos' | 'windows';
|