UNPKG
@mnpay/qpay
Version:
latest (0.1.9)
0.1.9
0.1.8
0.1.7
0.1.6
0.1.4
mnpay/mn-payment-platforms
@mnpay/qpay
/
@types
/
types
/
config.d.ts
11 lines
(10 loc)
•
254 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
type
QpayApiVersionType
=
`v
${
number
}
`
;
export
interface
QpayConfig
{
baseUrl
?:
string
;
version
?:
QpayApiVersionType
;
accessToken
?:
string
;
refreshToken
?:
string
;
expiresIn
?:
Date
;
username
:
string
;
password
:
string
; }