Remotely/Remotely_Shared/Models/RemotelyUserOptions.d.ts
2019-04-05 22:23:59 -07:00

9 lines
237 B
TypeScript

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