UNPKG
@offrain/montonio-api
Version:
latest (1.0.0)
1.0.0
Montonio Payments API for NodeJS
github.com/Rainase/montonio-api
Rainase/montonio-api
@offrain/montonio-api
/
lib
/
config.d.ts
7 lines
(6 loc)
•
144 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
const
config
: {
sandboxUrl
:
string
;
productionUrl
:
string
;
sandboxMethods
:
string
;
prodcutionMethods
:
string
; };