> ## Documentation Index
> Fetch the complete documentation index at: https://resq-dependabot-github-actions-github-actions-478e18be3d.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# TrieSearchResult

# Interface: TrieSearchResult\<T>

Defined in: [trie.ts:55](https://github.com/resq-software/npm/blob/fe2e20ae9db8398a0db1e3218edaabb3cf7004d6/packages/dsa/src/trie.ts#L55)

Search result with relevance score

## Type Parameters

### T

`T`

Type of stored data

## Properties

### data

> **data**: `T`

Defined in: [trie.ts:59](https://github.com/resq-software/npm/blob/fe2e20ae9db8398a0db1e3218edaabb3cf7004d6/packages/dsa/src/trie.ts#L59)

Associated data

***

### score

> **score**: `number`

Defined in: [trie.ts:61](https://github.com/resq-software/npm/blob/fe2e20ae9db8398a0db1e3218edaabb3cf7004d6/packages/dsa/src/trie.ts#L61)

Relevance score based on frequency

***

### word

> **word**: `string`

Defined in: [trie.ts:57](https://github.com/resq-software/npm/blob/fe2e20ae9db8398a0db1e3218edaabb3cf7004d6/packages/dsa/src/trie.ts#L57)

The matched word
