UNPKG

@mnpay/golomt

Version:
3 lines (2 loc) 276 B
import { GolomtConfig, InvoiceParams, InvoiceResponse } from '../types'; export declare const makeCreateInvoiceRequest: (params_0: import("axios").AxiosInstance, params_1: GolomtConfig) => (data: InvoiceParams) => Promise<import("axios").AxiosResponse<InvoiceResponse, any>>;