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