mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 08:02:28 +00:00
7 lines
119 B
TypeScript
7 lines
119 B
TypeScript
export type RuntimeAccessGrant = {
|
|
deviceId: string
|
|
name: string
|
|
createdAt: number
|
|
lastSeenAt: number | null
|
|
}
|