New: Indexer history in indexer info modal

This commit is contained in:
Qstick
2023-09-03 14:47:07 -05:00
parent 0f160707d3
commit 3dd3c80b54
27 changed files with 707 additions and 288 deletions

View File

@@ -0,0 +1,8 @@
import AppSectionState from 'App/State/AppSectionState';
import History from 'typings/History';
interface HistoryAppState extends AppSectionState<History> {
pageSize: number;
}
export default HistoryAppState;