/** * An interface to define a sidenav menu item */ export interface ISidenavMenuItem { type: string; }