Convert Indexer Stats to Typescript

This commit is contained in:
Bogdan
2023-07-25 01:27:20 +03:00
parent 809ed940e6
commit f618901048
20 changed files with 389 additions and 416 deletions
+2
View File
@@ -1,4 +1,5 @@
import IndexerAppState, { IndexerIndexAppState } from './IndexerAppState';
import IndexerStatsAppState from './IndexerStatsAppState';
import SettingsAppState from './SettingsAppState';
import TagsAppState from './TagsAppState';
@@ -36,6 +37,7 @@ export interface CustomFilter {
interface AppState {
indexerIndex: IndexerIndexAppState;
indexerStats: IndexerStatsAppState;
indexers: IndexerAppState;
settings: SettingsAppState;
tags: TagsAppState;