pub type AlarmConfig = HashMap<String, (u32, u32)>;
Configuration for alarm times. Key: shift type name (“morning”, etc.), Value: (hour, minute).
pub struct AlarmConfig { /* private fields */ }