type TransactionFee = {
    id: number;
    fee_definition_id: number;
    amount: number;
    type: number;
    operation: string;
    notes: string;
};
export type { TransactionFee };
