import { QueuedJob } from "https://deno.land/x/windmill@v1.246.10/windmill-api/models/QueuedJob.ts";
const { job_kind } = QueuedJob;
Module
x/windmill/windmill-api/models/QueuedJob.ts>QueuedJob.job_kind
Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Very Popular