aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/apps/faultApp/src/models/panelId.ts
blob: 56f117ad3fd49fbcf52330774cf55d8b82626655 (plain)
1
export type PanelId = null | "CurrentProblem" | "AlarmNotifications" | "AlarmLog";