interface JobInitiating {
    jobId: string;
    projectId: string;
    type: "initiating";
    workerName: string;
}

Hierarchy (View Summary)

Properties

jobId: string
projectId: string
type: "initiating"
workerName: string