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.

15 lines (14 loc) 295 B
import { Limit } from "."; type Limits = { limited_1: Limit; limited_2: Limit; confirmed_3: Limit; confirmed_4: Limit; trusted_5: Limit; trusted_6: Limit; trusted_7: Limit; trusted_8: Limit; trusted_9: Limit; trusted_10: Limit; }; export type { Limits };