import { apiFetch } from './client'; import { TypeListProductDeal } from '@/types'; export function getDeals() { return apiFetch('/deals'); }