type alias WorkflowStatusimport { type WorkflowStatus } from "https://dotland.deno.dev/x/wmill@v1.418.0/gen/types.gen.ts"; definition: { scheduled_for?: string; started_at?: string; duration_ms?: number; name?: string; }