import { BlockContent, MenuLinkContent } from '../agn-header/agn-header.interface'; export interface FooterData { menuLinks: MenuLinkContent[]; impotantLinks: MenuLinkContent[]; followUs: MenuLinkContent[]; registered_office: BlockContent; beware_fraud: BlockContent; }