Remotely/Remotely_Server/wwwroot/scripts/Store.ts
Jared Goodwin 61fa16de4c Initial
2019-02-23 11:02:23 -08:00

6 lines
182 B
TypeScript

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