Interface Jobs

interface Jobs {
    [jobName: string]: Job<any>;
}

Indexable

[jobName: string]: Job<any>