mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
4 lines
63 B
TypeScript
4 lines
63 B
TypeScript
export enum RemoteControlMode {
|
|
Unattended,
|
|
Normal
|
|
} |