export type BasketProduct = { id: number | string; isProduct: boolean; }; //# sourceMappingURL=types.d.ts.map