fix: align machine summary typing with convex

This commit is contained in:
Esdras Renan 2025-10-18 22:04:37 -03:00
parent 5de8b2bf7f
commit f90bbf5d54

View file

@ -72,6 +72,7 @@ type MachineSummary = {
id: string
tenantId: string
companyId: string | null
companySlug?: string | null
hostname: string
status: string | null
lastHeartbeatAt: number | null