src/services/MonitorTypesService
Service layer for handling all monitor types operations. Provides a clean abstraction over electron API calls for monitor type management.
Remarksโ
All methods ensure the electron API is available before making calls. All backend communication is performed via IPC and follows strict typing with automatic error handling and logging. The preload bridge automatically unwraps IPC responses, so no manual extraction is needed.