import { MenuType } from "../../enums"; export interface ReportMenu { menuId: string; label: string; menuType: MenuType; }