mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-08-04 15:18:17 +00:00
5 lines
93 B
TypeScript
5 lines
93 B
TypeScript
export enum OS {
|
|
WINDOWS = 'windows',
|
|
LINUX = 'linux',
|
|
ANDROID = 'android',
|
|
}
|