Type Alias THistoryContext

THistoryContext: {
    canRedo: boolean;
    canUndo: boolean;
    empty: boolean;
    possibleUndoCount: number;
    stackIndex: number;
}