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) • 347 B
TypeScript
type GroupInfo = {
id: number;
program_id: number;
user_id: number;
name: string;
type: number;
code: string;
status: number;
original_source_id: string;
server_date: string;
date_utc: string;
client_date: string;
update_date_utc: string;
source_time_zone: string;
};
export type { GroupInfo };