mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-03-12 19:46:24 -04:00
3 lines
201 B
TypeScript
3 lines
201 B
TypeScript
import type { Platform } from "./Platform";
|
|
|
|
export interface Client { id: number, name: string, platform: Platform, online: boolean, last_seen: string, timezone: string | null, date_created: string, } |