Skip to content

Type.TypeAlias.YamlValue

DecentM edited this page Jan 16, 2026 · 26 revisions

@decentm/concourse-ts / Type / YamlValue

Type Alias: YamlValue

YamlValue: string | number | boolean | null | undefined | YamlValue[] | { [key in string]: YamlValue }

Defined in: declarations/types.ts:12

Clone this wiki locally