import { type FlowDefinition } from "https://dotland.deno.dev/x/wmill@v1.418.0/bootstrap/flow_bootstrap.ts";
Properties
schema: { $schema: string; type: string; order: string[]; properties: { [name: string]: SchemaProperty; }; required: string[]; }