export interface IOrderAditionalFeeV3 {
    type: string;
    value: number;
}
