interface JobStarted {
    jobId: string;
    jobIndex?: number;
    negativePrompt?: string;
    positivePrompt?: string;
    projectId: string;
    type: "started";
    workerName: string;
}

Hierarchy (View Summary)

Properties

jobId: string
jobIndex?: number
negativePrompt?: string
positivePrompt?: string
projectId: string
type: "started"
workerName: string