-
Notifications
You must be signed in to change notification settings - Fork 0
Type.TypeAlias.YamlValue
DecentM edited this page Jan 16, 2026
·
26 revisions
@decentm/concourse-ts / Type / YamlValue
YamlValue:
string|number|boolean|null|undefined|YamlValue[] |{ [key in string]: YamlValue }
Defined in: declarations/types.ts:12