mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-26 22:56:23 -04:00
7a768b5d0f
Closes #2782
7 lines
85 B
TypeScript
7 lines
85 B
TypeScript
interface IndexerFlag {
|
|
id: number;
|
|
name: string;
|
|
}
|
|
|
|
export default IndexerFlag;
|