UNPKG

@openstream/client

Version:
13 lines 389 B
import type { DateTime } from "./DateTime.js"; import type { UserAgent } from "./UserAgent.js"; export type Device = { _id: string; is_current: boolean; ip: string; ua: UserAgent; created_at: DateTime; last_used_at: DateTime | null | undefined; user_id: string | null | undefined; admin_id: string | null | undefined; }; //# sourceMappingURL=Device.d.ts.map