import { IOfferCatalog } from '../offerCatalog'; export type IOfferCatalogAsNotification = Pick & { numberOfItems?: number; };