export interface Order { id: string; code: string; createdAt: Date; totalWithTax: number; }