mirror of
https://github.com/Radarr/Radarr
synced 2025-12-21 15:56:23 +01:00
6 lines
85 B
TypeScript
6 lines
85 B
TypeScript
interface IndexerFlag {
|
|
id: number;
|
|
name: string;
|
|
}
|
|
|
|
export default IndexerFlag;
|