Remotely/Server/wwwroot/scripts/Models/UserOptions.ts
Jared Goodwin a0405e28a0 WIP
2019-06-15 18:08:30 -07:00

9 lines
264 B
TypeScript

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