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

6 lines
182 B
TypeScript

export const Store = new class {
InputHistoryPosition = -1;
CommandCompletionPosition = -1;
InputHistoryItems: Array<string> = [];
IsDisconnectExpected: boolean;
}