Type Alias InputValuesContextResponse
InputValuesContextResponse: { addQuestion?: string; condition?: InputConditionResponse; connectionInterfaceType?: string; default?: object; externalItems?: ExternalItemsResponse; help?: string; input?: object; inputEnv: boolean; inputs: object[]; isGlobal?: boolean; items?: string[]; label: string; name?: string; pattern?: string; required?: boolean; scope?: string; type: string; valuesByEnv: ValueByEnvResponse[];} Type declaration
OptionaladdQuestion?: string
OptionalconnectionInterfaceType?: string
Optionaldefault?: object
Optionalhelp?: string
Optionalinput?: object
inputEnv: boolean
inputs: object[]
OptionalisGlobal?: boolean
Optionalitems?: string[]
label: string
Optionalname?: string
Optionalpattern?: string
Optionalrequired?: boolean
Optionalscope?: string
type: string