import { EFrom } from '../../general';
export interface IOrderAdditionalFee {
    type: string | EFrom;
    value: number;
}
