feat: improve sentinel system

This commit is contained in:
LukeGus
2026-05-22 16:56:53 -05:00
parent ee4520a1e0
commit 6b9784c8fc
6 changed files with 98 additions and 143 deletions
+1 -1
View File
@@ -14,8 +14,8 @@ export type Host = {
credentialId?: string;
overrideCredentialUsername?: boolean;
password?: string;
hasPassword?: boolean;
hasKey?: boolean;
hasKeyPassword?: boolean;
key?: string;
keyPassword?: string;
keyType?: string;