mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-25 22:46:31 -04:00
Convert Preview Rename to TypeScript
This commit is contained in:
@@ -17,7 +17,7 @@ interface CheckInputProps {
|
||||
name: string;
|
||||
checkedValue?: boolean;
|
||||
uncheckedValue?: boolean;
|
||||
value?: string | boolean;
|
||||
value?: string | boolean | null;
|
||||
helpText?: string;
|
||||
helpTextWarning?: string;
|
||||
isDisabled?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user