const dashboardNames = ["BOLOS", "OLOS\u0000"]; export const isDashboardName = (name: string) => dashboardNames.includes(name);