Remotely/Remotely_Shared/Models/RemotelyUserOptions.d.ts
2021-07-29 07:53:51 -07:00

9 lines
237 B
TypeScript

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