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
/
definitions
/
store.d.ts
7 lines
(6 loc)
•
184 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
type
QpayConfig
}
from
'../types'
;
export
type
Store
=
QpayConfig
;
export
interface
StoreConfig
{
store
:
Readonly
<
Store
>;
setStore
:
(
store
:
Partial
<
Store
>
) =>
void
; }