UNPKG

ggez-banking-sdk

Version:

A Node.js package to handle GGEZ Banking API endpoints, Simplify the process of managing CRUD operations with this efficient and easy-to-use package.

20 lines (19 loc) 508 B
import { DeviceExtendedInfo, GeoCoordinates } from ".."; type DeviceHistory = { id: number; type: number; brand: string; os: string; extended_info: DeviceExtendedInfo; activity_type: number; application_version: string; serial_number: string; source_ip_address: string; geo_coordinates: GeoCoordinates; server_date: string; date_utc: string; client_date: string; update_date_utc: string; client_time_zone: string; }; export type { DeviceHistory };