Type Alias: MonitorType
type MonitorType = (typeof BASE_MONITOR_TYPES)[number];
Defined in: shared/types.ts:198
Type representing all supported monitor types.
Remarksโ
Derived from BASE_MONITOR_TYPES for strict type safety.
type MonitorType = (typeof BASE_MONITOR_TYPES)[number];
Defined in: shared/types.ts:198
Type representing all supported monitor types.
Derived from BASE_MONITOR_TYPES for strict type safety.