type alias WorkflowStatusimport { type WorkflowStatus } from "https://dotland.deno.dev/x/windmill@v1.415.2/windmill-api/index.ts"; definition: { scheduled_for?: string; started_at?: string; duration_ms?: number; name?: string; }