mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
New: Indexer history in indexer info modal
This commit is contained in:
8
frontend/src/App/State/HistoryAppState.ts
Normal file
8
frontend/src/App/State/HistoryAppState.ts
Normal 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;
|
Reference in New Issue
Block a user