Remotely/Shared/Models/RemotelyUserOptions.cs.d.ts
2021-07-29 07:57:31 -07:00

9 lines
215 B
TypeScript

interface remotelyUserOptions {
displayName: string;
commandModeShortcutPSCore: string;
commandModeShortcutWinPS: string;
commandModeShortcutCMD: string;
commandModeShortcutBash: string;
theme: any;
}