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) • 360 B
TypeScript
type CheckForgetSecurityData = {
email: string;
phone: string;
has_verified_email: boolean;
has_verified_phone: boolean;
has_verified_identification: boolean;
has_verified_bank_account: boolean;
has_verified_address: boolean;
has_2fa_enabled: boolean;
has_security_code: boolean;
};
export type { CheckForgetSecurityData };