export interface SaleRequest { id_sale: number; amount: number; currency: string; description: string; }