API ClientsTypeScript SDKAPI ReferenceCoreType AliasesVariableSearchResultVersion: 8.9On this pageType Alias: VariableSearchResult type VariableSearchResult = VariableResultBase & object; Variable search response item. Type Declaration isTruncated isTruncated: boolean; Whether the value is truncated or not. value value: string; Value of this variable. Can be truncated.Was this helpful?