Interface VideoResume

interface VideoResume {
    position?: number;
    total?: number;
}

Properties

Properties

position?: number
total?: number