@mnpay/qpay
Version:
3 lines (2 loc) • 314 B
TypeScript
import { type AuthenticateResponse, type AuthenticateParams } from '../types';
export declare const makeCreateAuthenticate: (params_0: import("axios").AxiosInstance, params_1: import("../definitions").StoreConfig) => (data: AuthenticateParams) => Promise<import("axios").AxiosResponse<AuthenticateResponse, any>>;