UNPKG

scheunemann-interfaces

Version:
7 lines (6 loc) 259 B
import { EPagBankPaymentMethod } from '../enums/payment-method-type.enum'; import { IPagBankConfigOption } from './i-config-option'; export interface IPagBankPaymentMethodConfig { type: EPagBankPaymentMethod; config_options: IPagBankConfigOption[]; }