1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-23 22:25:56 -04:00
Files
Sonarr/frontend/src/typings/Settings/IndexerOptions.ts
T
2025-02-11 19:34:40 -08:00

7 lines
137 B
TypeScript

export default interface IndexerOptions {
minimumAge: number;
retention: number;
maximumSize: number;
rssSyncInterval: number;
}