interface YAML.CST.FlowScalarimport { type YAML } from "https://deno.land/x/aether@v0.0.3/deps.ts"; const { FlowScalar } = YAML.CST; Propertiestype: | "alias" | "scalar" | "single-quoted-scalar" | "double-quoted-scalar"offset: numberindent: numbersource: stringoptionalend: SourceToken[]