Interface TimeLeftRecordingData

interface TimeLeftRecordingData {
    timeLeft: number;
}

Properties

Properties

timeLeft: number