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.
17 lines (16 loc) • 362 B
TypeScript
type UserInfo = {
id: number;
program_id: number;
status: string;
type: number;
risk_rate: number;
program_risk_rate: number;
pep_type: number;
is_vulnerable: number;
server_date: string;
date_utc: string;
client_date: string;
source_time_zone: string;
original_source_id: string;
};
export type { UserInfo };