UNPKG

mtn-momo-client

Version:

A collection of utils to interact with the mtn-momo api

8 lines (7 loc) 260 B
import { AxiosInstance } from 'axios'; import { CreateAccessTokenOptions } from '../../tokens'; declare const withAuthorization: ({ client, config, }: { client: AxiosInstance; config: CreateAccessTokenOptions; }) => void; export { withAuthorization };