Type Alias: VariableResult
type VariableResult = VariableResultBase & object;
Defined in: gen/types.gen.ts:7327
Variable search response item.
Type Declaration
value?
optional value: string;
Full value of this variable.
type VariableResult = VariableResultBase & object;
Defined in: gen/types.gen.ts:7327
Variable search response item.
optional value: string;
Full value of this variable.