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.

16 lines (15 loc) 325 B
type PersonalInfo = { title: string; first_name: string; last_name: string; nick_name: string; job_title: string; gender: string; date_of_birth: string; verification_status: number; picture: string[]; custom_field: { [key: string]: any; }; }; export type { PersonalInfo };