import { CompletedJob } from "https://deno.land/x/windmill@v1.415.1/windmill-api/models/CompletedJob.ts";
const { job_kind } = CompletedJob;
Module
x/windmill/windmill-api/models/CompletedJob.ts>CompletedJob.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