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.
20 lines (19 loc) • 415 B
TypeScript
type History = {
id: number;
activity_type: number;
entity: number;
entity_id: number;
by_entity: number;
by_entity_id: number;
entity_data: number;
old_data: string;
new_data: string;
json: string;
notes: string;
admin_notes: string;
original_source_id: string;
server_date: string;
date_utc: string;
client_date: string;
};
export type { History };