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.
24 lines (23 loc) • 618 B
TypeScript
import { DeviceType, SecurityOperationMethod } from "../constants/enum";
export declare const fillDeviceDetails: () => {
type: DeviceType;
brand: string;
os: any;
extended_info: {
sim_info: any;
culture_info: any;
user_agent: any;
cpu: any;
system_language: any;
};
activity_type: SecurityOperationMethod;
application_version: any;
serial_number: any;
source_ip_address: string;
geo_coordinates: string;
client_time_zone: string;
server_date: string;
date_utc: string;
client_date: string;
update_date_utc: string;
};