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.

9 lines (8 loc) 225 B
type ResetSecurityQuestions = { current_password: string; secret_question_1: string; secret_answer_1: string; secret_question_2: string; secret_answer_2: string; }; export type { ResetSecurityQuestions };