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.

10 lines (9 loc) 192 B
import { USR } from "../helper"; type CredentialsCookies = { USR: USR; IID: string; DEK: string; jwt_token: string; access_token: string; }; export { CredentialsCookies };