Files
spacedrive/packages/core/bindings/Client.ts
2022-01-17 12:38:05 -08:00

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, }