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.

11 lines (10 loc) 225 B
import { Notes } from ".."; type LastActivity = { entity: number; entity_id: number; entity_data: number; activity_type: number; notes: Notes; update_date_utc: string; }; export type { LastActivity };