Type alias GlobalAlarmItem

GlobalAlarmItem: BaseSystemType & {
    state: GlobalAlarmState | null;
}

Type declaration

Generated using TypeDoc