Record Pause Timer Options
data class RecordPauseTimerOptions(val stop: Boolean = false, val isTimerRunning: Boolean, val canPauseResume: Boolean, val showAlert: ShowAlert?)
Options for controlling the recording timer, allowing pause and resume actions.