mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-23 22:25:56 -04:00
Convert Tags to TypeScript
This commit is contained in:
@@ -20,6 +20,7 @@ interface ProviderFieldFormGroupProps<T> {
|
||||
hidden?: string;
|
||||
isDisabled?: boolean;
|
||||
provider?: string;
|
||||
providerData?: object;
|
||||
pending: boolean;
|
||||
errors: Failure[];
|
||||
warnings: Failure[];
|
||||
|
||||
Reference in New Issue
Block a user