interface JobEventBase {
    jobId: string;
    projectId: string;
}

Hierarchy (View Summary)

Properties

Properties

jobId: string
projectId: string