mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
9 lines
215 B
TypeScript
9 lines
215 B
TypeScript
interface remotelyUserOptions {
|
|
displayName: string;
|
|
commandModeShortcutPSCore: string;
|
|
commandModeShortcutWinPS: string;
|
|
commandModeShortcutCMD: string;
|
|
commandModeShortcutBash: string;
|
|
theme: any;
|
|
}
|