menuItems: {
    dashboard: { key: string };
    geometries: { key: string; label: string };
    simulations: { key: string; label: string };
} = ...

Menu items

Type declaration

  • dashboard: { key: string }
  • geometries: { key: string; label: string }
  • simulations: { key: string; label: string }