interface JobETA {
    etaSeconds: number;
    jobId: string;
    projectId: string;
    type: "jobETA";
}

Hierarchy (View Summary)

Properties

etaSeconds: number
jobId: string
projectId: string
type: "jobETA"