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) 287 B
interface IActivateGoogleAuthData { code: string; } interface IDeactivateGoogleAuthData { code: string; } interface IDeleteGoogleAuthData { code: string; authenticationType: number; } export { IActivateGoogleAuthData, IDeactivateGoogleAuthData, IDeleteGoogleAuthData, };