UNPKG

@filanodev/paygate-vue

Version:

PayGateGlobal Vue.js plugin with composables - Support FLOOZ and T-Money

12 lines (10 loc) 296 B
import type { PayGateConfig } from '@filanodev/paygate-core' export interface PayGatePluginOptions extends PayGateConfig { // Options spécifiques au plugin Vue } export interface UsePayGateState { loading: boolean error: string | null lastPayment: any | null lastStatus: any | null }