1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-26 22:56:23 -04:00

Convert ImportLists to TypeScript

This commit is contained in:
Mark McDowall
2025-01-01 15:52:17 -08:00
parent 6e008a8e85
commit 10e3a237ef
29 changed files with 1009 additions and 1422 deletions
@@ -152,6 +152,7 @@ interface FormInputGroupProps<T> {
placeholder?: string;
autoFocus?: boolean;
includeFiles?: boolean;
includeMissingValue?: boolean;
includeNoChange?: boolean;
includeNoChangeDisabled?: boolean;
valueOptions?: object;