export interface IEngineFees {
    active: boolean;
    amount: number;
    onlyPix: boolean;
    percentage: boolean;
}
