export interface Line { item: string; description?: string; quantity: number; tax: number; unitPrice: number; }