afrimomo-sdk
Version:
A unified SDK for African payment providers
11 lines • 449 B
TypeScript
import { type AxiosInstance } from "axios";
import { type Environment } from "../config/constants";
import type { PawaPayNetworkResponse } from "../types";
export declare class NetworkManager {
private readonly axiosInstance;
constructor(jwt: string, environment?: Environment);
getInstance(): AxiosInstance;
handleErrors(error: unknown): PawaPayNetworkResponse;
private setupInterceptors;
}
//# sourceMappingURL=network.d.ts.map