export interface ISmallOfferBox {
    id: string;
    href?: string,
    picture: string;
    title: string,
    value: string | number,
    afterIcon: boolean,
}