export interface Invoice { title: string; description: string; start_parameter: string; currency: string; total_amount: number; }