Skip to main content
Version: 8.9 (unreleased)

Type Alias: VariableSearchResult

type VariableSearchResult = VariableResultBase & object;

Defined in: gen/types.gen.ts:7313

Variable search response item.

Type Declaration

isTruncated?

optional isTruncated: boolean;

Whether the value is truncated or not.

value?

optional value: string;

Value of this variable. Can be truncated.