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) 308 B
type SimplifiedAccessRuleInfo = { id: number; type: number; access_type: number; status: number; value: string; channel: string; service_domain: number; transaction_type: string; expression_operator: number; notes: string; }; export type { SimplifiedAccessRuleInfo };