type alias GetFlowByPathWithDraftResponseimport { type GetFlowByPathWithDraftResponse } from "https://dotland.deno.dev/x/wmill@v1.418.0/gen/types.gen.ts"; definition: ((Flow & { draft?: Flow; }))