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.

14 lines (13 loc) 358 B
import type { Authentication, LastActivity, Notes, Result } from ".."; type BaseResult = { result: Result; notes: Notes; last_activity: LastActivity; authentication: Authentication[]; validate: string; function_code: number; time_zone: string; time_zone_name: string; response_time: number; }; export type { BaseResult };