interface Documentimport { type Document } from "https://deno.land/x/windmill@v1.415.2/node_modules/yaml/dist/parse/cst.d.ts"; Propertiestype: "document"offset: numberstart: SourceToken[]optionalvalue: Tokenoptionalend: SourceToken[]