export class BasketType {
    id: any;
    quantity: number;
    sku?: any;
    data?: any;
}