interface MtnAPIPayParams { quantity?: number; size?: number; wallet?: string; payerToken?: string; link?: string; } export default MtnAPIPayParams;