mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-22 22:34:53 -04:00
Convert Add Indexer Modal to Typescript
This commit is contained in:
@@ -38,6 +38,7 @@ export interface IndexerField extends ModelBase {
|
||||
|
||||
interface Indexer extends ModelBase {
|
||||
name: string;
|
||||
definitionName: string;
|
||||
description: string;
|
||||
encoding: string;
|
||||
language: string;
|
||||
|
||||
Reference in New Issue
Block a user