Remotely/Remotely_Library/Models/RemotelyUserOptions.d.ts

9 lines
237 B
TypeScript

interface RemotelyUserOptions {
ConsolePrompt: string;
CommandModeShortcutWeb: string;
CommandModeShortcutPSCore: string;
CommandModeShortcutWinPS: string;
CommandModeShortcutCMD: string;
CommandModeShortcutBash: string;
}