JobListEvent type

List of events that can be raised by the jobList API - TODO - link

Signature:

export declare type JobListEvent = JobUpdated | JobPending;

References: JobUpdated, JobPending