export type IHeader = {
    id: number
    menu: string
    menuPath: string
}