Remotely/Remotely_Server/wwwroot/scripts/Models/UserOptions.ts
2019-03-09 09:45:53 -08:00

9 lines
264 B
TypeScript

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