Remotely/Remotely_Server/wwwroot/scripts/Models/UserOptions.ts
Jared Goodwin 8debc4bad5 Initial
2021-07-29 07:53:41 -07:00

9 lines
269 B
TypeScript

export interface UserOptions {
ID: string;
ConsolePrompt: string;
CommandModeShortcutRemotely: string;
CommandModeShortcutPSCore: string;
CommandModeShortcutWinPS: string;
CommandModeShortcutCMD: string;
CommandModeShortcutBash: string;
}