UNPKG

scheunemann-interfaces

Version:
6 lines (5 loc) 146 B
export interface IFeeDetail { amount: number; feePayer: 'collector' | string; type: 'mercadopago_fee' | 'application_fee' | string; }