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.
16 lines (15 loc) • 383 B
TypeScript
import { GeoCoordinates } from "..";
type Activity = {
device_id: number;
source_ip_address: string;
geo_coordinates: GeoCoordinates;
admin_notes: string;
server_date: string;
date_utc: string;
client_time_zone: string;
original_source_id: string;
device_brand: string;
device_os: string;
device_json: string;
};
export type { Activity };