Interface UnSafeData

interface UnSafeData {
    time: number;
    evidence: RecordingImageData;
}

Properties

Properties

time: number