3f07048e3d
This reverts commit c3ac5dd0ed.
2 lines
56 B
TypeScript
2 lines
56 B
TypeScript
export type OsVersions = 'linux' | 'macos' | 'windows';
|