interface JobProgress {
    jobId: string;
    projectId: string;
    step: number;
    stepCount: number;
    type: "progress";
}

Hierarchy (View Summary)

Properties

jobId: string
projectId: string
step: number
stepCount: number
type: "progress"