fix(web): add family_id to CaCertificate type to fix trust store grouping

This commit is contained in:
dyzulk
2026-01-07 11:55:39 +07:00
parent a7c7a58fcc
commit 9761fcc4ba

View File

@@ -10,6 +10,7 @@ interface CaCertificate {
name: string;
type: string;
serial: string;
family_id?: string | null;
expires_at: string;
last_synced_at?: string | null;
cdn_url?: string | null;