FuzzySearchResult Import from @varavel/vdl-plugin-sdk/utils/strings. type FuzzySearchResult = object; Describes the outcome of a fuzzy search. Properties Property Type Description exactMatchFound boolean Indicates whether the original query existed in the input as an exact, case-sensitive, non-normalized literal. matches string[] Up to three candidate matches ordered by relevance.