export type MenuItem = {
    title?: string;
    url?: string;
    selected?: boolean;
};
