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