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