export interface Sale { amount: number; currency: string; description: string; }