import { FooterBLinkWithImage } from '../../components/core/footer-b/footer-b.component'; import { ButtonI } from '../atomic/button.interface'; export interface FooterBI { linksWithImage?: FooterBLinkWithImage[]; logo?: FooterBLinkWithImage; title?: string; links?: ButtonI[]; buttons?: ButtonI[]; }