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.

26 lines (25 loc) 593 B
type DocumentInfo = { program_id: number; user_id: number; entity: number; entity_id: number; document_id: number; first_name: string; last_name: string; email_address: string; type: number; language: string; status: number; subject: string; notes: string; number_of_attachments: number; support_notes: string; update_datetime_utc: string; client_date: string; source_id: string; server_date: string; date_utc: string; source_time_zone: string; attachment_status: number; }; export type { DocumentInfo };