add torrent client

This commit is contained in:
Manuel Ruwe
2022-12-31 16:07:05 +01:00
parent 78bc883667
commit 4e097caf98
14 changed files with 264 additions and 29 deletions

View File

@@ -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;
};