Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/windmill/node_modules/yaml/dist/parse/cst.d.ts>FlowCollection

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
interface FlowCollection
import { type FlowCollection } from "https://deno.land/x/windmill@v1.422.0/node_modules/yaml/dist/parse/cst.d.ts";

Properties

type: "flow-collection"
offset: number
indent: number
start: SourceToken
items: CollectionItem[]
end: SourceToken[]