type alias yaml.KindTypeimport { type yaml } from "https://deno.land/x/documentaly@0.3.4/deps.ts"; const { KindType } = yaml; definition: "sequence" | "scalar" | "mapping"