import * as currentCart from '@wix/auto_sdk_ecom_current-cart'; export type LineItem = currentCart.LineItem; export type DescriptionLine = currentCart.DescriptionLine;