Interface RecordPauseTimerOptions

interface RecordPauseTimerOptions {
    stop?: boolean;
    isTimerRunning: boolean;
    canPauseResume: boolean;
    showAlert?: ShowAlert;
}

Properties

stop?: boolean
isTimerRunning: boolean
canPauseResume: boolean
showAlert?: ShowAlert