export type IFooter = {
    id: number
    menu: string
    menuPath: string
    link: string
    url: string
    icon: string
    title: string
}