JobProgress: {
    createdAt: string;
    error?: string;
    id: string;
    percent: string;
    status: MPTJobStatus | MCIJobStatus;
    updatedAt: string;
}

Type declaration

Generated using TypeDoc