UNPKG

@nativecode/radarr

Version:
13 lines 315 B
import { SelectOption } from './SelectOption'; export interface IndexerField { order: number; name: string; label: string; value: any; type: string; advanced: boolean; helpText: string; selectOptions: SelectOption[]; helpLink: string; } //# sourceMappingURL=IndexerField.d.ts.map