export interface Product { ProductID: number; ProductName: string; Description: string; } //# sourceMappingURL=product.d.ts.map