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) 223 B
type GeneralRequirements = { id: number; entity: number; entity_id: number; verification_status: number; name: string; description: string; notes: string; }; export type { GeneralRequirements };