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.

13 lines (12 loc) 276 B
type UserAuthenticationData = { type: number; is_enabled: number; issuer: string; title: string; secret_key: string; code: string; manual_entry_key: string; qr_image_url: string; qr_image: string; }; export type { UserAuthenticationData };