UNPKG

@mnpay/qpay

Version:
8 lines (7 loc) 436 B
import { RefreshRequestParams, RefreshResponse } from '../types'; /** * Токен шинэчилэх хүсэлт * Access token шинэчлэн авах API. * refresh_token -ийг ашиглана. */ export declare const makeRefreshToken: (params_0: import("axios").AxiosInstance, params_1: import("../definitions").StoreConfig) => (data: RefreshRequestParams) => Promise<import("axios").AxiosResponse<RefreshResponse, any>>;