mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-12 00:15:48 +01:00
✨ add torrent client
This commit is contained in:
@@ -54,7 +54,7 @@ export type ConfigAppIntegrationType = Omit<AppIntegrationType, 'properties'> &
|
||||
export type AppIntegrationPropertyType = {
|
||||
type: 'private' | 'public';
|
||||
field: IntegrationField;
|
||||
value?: string | undefined;
|
||||
value?: string | null;
|
||||
isDefined: boolean;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user