3 lines
86 B
TypeScript
3 lines
86 B
TypeScript
type OsVersions = 'linux' | 'macos' | 'windows';
|
|
type ArchiveType = 'tar.gz' | 'zip';
|