import { IFee } from "../../transaction";
export interface IGlobalSettingTaxes {
    id: string;
    fees: IFee[];
}
