UNPKG

cecon-interfaces

Version:
6 lines (5 loc) 125 B
import { EFrom } from '../../general'; export interface IOrderAdditionalFee { type: string | EFrom; value: number; }