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) 276 B
type Picture = { picture_id: number; picture_name: string; type?: number; entity: number; sub_entity: number; sub_entity_id: number; size: number; display_order?: number; mime_type: string; file_url: string; }; export type { Picture };