UNPKG

mtn-momo-client

Version:

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

13 lines (12 loc) 309 B
declare enum TargetEnvironment { Sandbox = "sandbox", Production = "production" } declare enum Product { Collection = "collection", Disbursement = "disbursement", Remittance = "remittance" } type APIVersion = 'v1' | 'v2'; export { TargetEnvironment, Product }; export type { APIVersion };