export type RouterType = 'history' | 'memory' | 'hash'; export type MenuLink = { id: string; href: string; name: string; };