Interface UnSafeData

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

Properties

Properties

time: number
evidence: ImageData