fix: general qol additions

This commit is contained in:
LukeGus
2026-07-20 01:28:17 -05:00
parent 8da7b25c81
commit 7ba45969f6
24 changed files with 963 additions and 208 deletions
+1
View File
@@ -343,6 +343,7 @@ export interface SSHFolder {
name: string;
color?: string;
icon?: string;
credentialId?: number | null;
createdAt: string;
updatedAt: string;
}