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.

12 lines (11 loc) 274 B
type UserSecurity = { trust_level: string; password: string; security_code: string; signup_code: string; secret_question_1: string; secret_answer_1: string; secret_question_2: string; secret_answer_2: string; }; export type { UserSecurity };