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.
16 lines (15 loc) • 379 B
TypeScript
type ExternalAuthentication = {
id: number;
login_id: string;
token: string;
type: number;
status: number;
verification_status: number;
original_source_id: string;
server_date: string;
date_utc: string;
client_date: string;
update_date_utc: string;
custom_field: Record<string, unknown>;
};
export type { ExternalAuthentication };