export interface Items {
    description: string;
    quantity: number;
    price: number;
}
//# sourceMappingURL=Items.d.ts.map