import type { Bag, BagItem } from '@farfetch/blackout-client'; export type BagNormalized = Omit & { items: Array; };