UNPKG
@mnpay/hipay
Version:
latest (1.3.2)
1.3.2
1.3.0
mnpay/mn-payment-platforms
@mnpay/hipay
/
@types
/
definitions
/
store.d.ts
7 lines
(6 loc)
•
180 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
type
TokenStore
}
from
'../types'
;
import
{
type
HipayConfig
}
from
'./core'
;
export
interface
HipayStore
{
token
?:
TokenStore
|
undefined
;
config
:
HipayConfig
; }