UNPKG

takefy-cryptomus

Version:

TypeScript SDK for the Cryptomus payment system API

6 lines (5 loc) 108 B
export interface CryptomusConfig { merchantId: string; paymentKey: string; payoutKey: string; }