import { ISaleModel } from '../../domain'; export interface ISaleCatalogResponse { offers: ISaleModel[]; }