type alias LogLevelIdimport { type LogLevelId } from "https://deno.land/x/windmill@v1.416.1/node_modules/yaml/dist/log.d.ts"; definition: | "silent" | "error" | "warn" | "debug"