UNPKG

@mnpay/qpay

Version:
7 lines (6 loc) 184 B
import { type QpayConfig } from '../types'; export type Store = QpayConfig; export interface StoreConfig { store: Readonly<Store>; setStore: (store: Partial<Store>) => void; }