Files
orca/src/shared/runtime-access-grants.ts
T
2026-05-18 00:41:54 -07:00

7 lines
119 B
TypeScript

export type RuntimeAccessGrant = {
deviceId: string
name: string
createdAt: number
lastSeenAt: number | null
}