src/desktop/tree_view/items/job_provider.ts (
3
lines of code) (
raw
):
export interface JobProvider { jobs: readonly RestJob[]; }