UNPKG

@mnpay/hipay

Version:
7 lines (6 loc) 180 B
import { type TokenStore } from '../types'; import { type HipayConfig } from './core'; export interface HipayStore { token?: TokenStore | undefined; config: HipayConfig; }