interface StatusResponse {
    isActive: boolean;
    isProcessing: boolean;
    overallProgress: number;
    status: Video.StatusEnum;
    title: string;
    uploadedBy: string;
    videoId: string;
    whenUploaded: string;
}

Properties

isActive: boolean
isProcessing: boolean
overallProgress: number
title: string
uploadedBy: string
videoId: string
whenUploaded: string