export interface Order { id: string; code: string; createdAt: Date; totalWithTax: number; } //# sourceMappingURL=order.d.ts.map