Type Alias PublishInputRequest
PublishInputRequest: { condition?: PublishConditionRequest; default?: JsonNode; envInput?: boolean; help?: string; items?: string[]; label: string; name: string; pattern?: string; required: boolean; type: string;} Type declaration
Optionaldefault?: JsonNode
OptionalenvInput?: boolean
Optionalhelp?: string
Optionalitems?: string[]
label: string
name: string
Optionalpattern?: string
required: boolean
type: string