fix: type KO on KomgaConfig

This commit is contained in:
Julien Froidefond
2025-02-24 12:47:36 +01:00
parent 88d4b826a9
commit 53f3da00f3
2 changed files with 1 additions and 22 deletions

View File

@@ -14,6 +14,7 @@ interface KomgaConfig {
url: string;
username: string;
userId: string;
password?: string;
}
interface TTLConfigData {