# `Exograph.DefinitionHit`
[🔗](https://github.com/elixir-vibe/exograph/blob/v0.2.0/lib/exograph/definition_hit.ex#L1)

Definition search hit.

# `t`

```elixir
@type t() :: %Exograph.DefinitionHit{
  definition: Exograph.Definition.t() | nil,
  fragment: Exograph.Fragment.t() | nil,
  match: term(),
  score: number()
}
```

# `new`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
