interface JobStarted {
    jobId: string;
    projectId: string;
    type: "started";
}

Hierarchy (View Summary)

Properties

Properties

jobId: string
projectId: string
type: "started"