UNPKG

cecon-interfaces

Version:
7 lines (6 loc) 169 B
export interface IEnginePayment { id: string; method: 'ondelivery' | 'app'; name: string; type: 'default' | 'credit' | 'debit' | 'wallet' | 'voucher'; }