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) 289 B
import type { BaseResult } from ".."; type ValidateSecurityData = BaseResult & { password: string; security_code: string; email: string; phone: string; secret_answer_1: string; secret_answer_2: string; birth_date: Date; }; export type { ValidateSecurityData };