mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
9 lines
264 B
TypeScript
9 lines
264 B
TypeScript
export interface UserOptions {
|
|
ID: string;
|
|
ConsolePrompt: string;
|
|
CommandModeShortcutWeb: string;
|
|
CommandModeShortcutPSCore: string;
|
|
CommandModeShortcutWinPS: string;
|
|
CommandModeShortcutCMD: string;
|
|
CommandModeShortcutBash: string;
|
|
} |