fix: align machine summary typing with convex
This commit is contained in:
parent
5de8b2bf7f
commit
f90bbf5d54
1 changed files with 1 additions and 0 deletions
|
|
@ -72,6 +72,7 @@ type MachineSummary = {
|
||||||
id: string
|
id: string
|
||||||
tenantId: string
|
tenantId: string
|
||||||
companyId: string | null
|
companyId: string | null
|
||||||
|
companySlug?: string | null
|
||||||
hostname: string
|
hostname: string
|
||||||
status: string | null
|
status: string | null
|
||||||
lastHeartbeatAt: number | null
|
lastHeartbeatAt: number | null
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue