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.
7 lines (6 loc) • 628 B
TypeScript
import type { IActivateGoogleAuthData, IDeactivateGoogleAuthData, IDeleteGoogleAuthData } from "../../../types";
declare const fillEnrollGoogleAuthData: () => import("../../..").UserData;
declare const fillActivateGoogleAuthData: (data: IActivateGoogleAuthData) => import("../../..").UserData;
declare const fillDeleteGoogleAuthData: (data: IDeleteGoogleAuthData) => import("../../..").UserData;
declare const fillDeactivateGoogleAuthData: (data: IDeactivateGoogleAuthData) => import("../../..").UserData;
export { fillEnrollGoogleAuthData, fillActivateGoogleAuthData, fillDeactivateGoogleAuthData, fillDeleteGoogleAuthData, };